3
1
Back

= 38; // [1:1:84] left_panel_width = 40; // widest element is rotary, at 30mm right_panel_width = width_mm - thickness*2; left_rib_x = thickness * 1; //right_rib_x = width_mm - hole_dist_side, height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - 25; // build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + v_margin.

New Pull Request