3
1
Back

+ 6.75; hole_left = slider_center - 13; hole_bottom = hole_top - 89.75; // these two come directly from kicad hole_right = hole_left + 78.5; // Step count (sw11 // Width of module (HP) width = 36; // [1:1:84] working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff center_adjust = 5; //mm left_col = 10 + center_adjust; right_col = width_mm - thickness*2; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12.5*3 + tolerance*4; // column from edge plus hole radius.

New Pull Request