3
1
Back

V_margin = hole_dist_top*2; v_margin = hole_dist_top*2 + thickness; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - col_right - thickness; // draw a "vertical" wall.

New Pull Request