3
1
Back

Jacks working_height = height - v_margin - title_font_size*2; working_width = width_mm - h_margin; working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - col_right; // column from edge plus hole radius //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; Experimenting with more representative footprints. Consider moving C11 so it does not arrive in a narrow.

New Pull Request