3
1
Back

H_margin; bottom_row = v_margin + 12; row_2 = working_increment*1 + out_row_1; out_row_4 = working_increment*3 + row_1; row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + row_1; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - h_margin; cv_in = [first_col, fifth_row, 0]; square_out = [third_col, fifth_row, 0]; //left_rib_x = thickness * 1; right_rib_x = width_mm - h_margin; left_rib_x = hole_dist_side + thickness; col_left = thickness + 6 + tolerance; rotate_vector_cos = 0.94; // 'x' of 20 degree rotation.

New Pull Request