3
1
Back

12; hole_vdist = 44.5; hole_hdist = 65; hole_diameter = 2; center_adjust = 5; //mm left_col = 10 + center_adjust; right_col = width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - hole_dist_side, height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount.

New Pull Request