3
1
Back

Top stuff // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12*3 + tolerance*2; // rib + half a jack col_right = width_mm - thickness*2; 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 + row_1; row_3 = row_2 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_4 = working_increment*3 .

New Pull Request