3
1
Back

Tolerance*8; echo("Left panel:", left_panel_width, " with spacing ", left_panel_spacing); right_panel_width = width_mm - h_margin; col_left = thickness + 9.5/2 + tolerance*2; // rib + half a jack col_right = width_mm - h_margin; input_column = h_margin; working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_middle = col_left.

New Pull Request