3
1
Back

Shall terminate as of the rail + a safety margin // margins from edges v_margin = hole_dist_top*2; output_column = width_mm - col_right - thickness; // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - h_margin; input_column = h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - hole_dist_side - thickness; // draw panel, subtract holes // label the whole.

New Pull Request