3
1
Back

- v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - hole_dist_side - thickness; left_panel_spacing = left_panel_width / 3 + tolerance*8; right_panel_width = width_mm - h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 7; // generally-useful spacing amount.

New Pull Request