3
1
Back

// [1:1:84] /* [Holes] */ hole_dist_top = 2.5; rail_clearance = 9; // mm from very top/bottom edge and where it is safe to put the output jacks output_column = width_mm - thickness*2.5 - tolerance*6; out_row_8 = working_increment*7 + out_row_1; out_row_3 = working_increment*2 + row_1; row_5 = row_4 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_5 = working_increment*4 + row_1; //special-case the knob spacing on the 16-pin IDC connector when nothing is plugged into the space of 5 out_working_increment = working_increment * 4 / 5.

New Pull Request