3
1
Back

Thickness + 6 + tolerance; rail_depth = 27.4 + tolerance; rail_depth = 27.4 + tolerance; // rib + half a jack col_right = width_mm - thickness*2.5 - tolerance*6; left_rib_x = thickness + 9.5/2 + tolerance*2; // rib + half a jack col_right = width_mm - thickness; left_panel_width = 12.5*3 + tolerance*4 + 8; //three knobs plus space between them right_panel_width = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of slider panel (between steps 5 and 6); 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; out_row_2 = working_increment*1 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; out_row_3 = out_working_increment*2.

New Pull Request