3
1
Back

//mm left_col = 10 + center_adjust; right_col = width_mm - thickness*2; // 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 - hole_dist_side - thickness; left_panel_spacing = (left_panel_width) / 2.5; slider_spacing = 12.5; // space between them right_panel_width = width_mm - hole_dist_side, height - v_margin; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_left = thickness * 1; right_rib_x = width_mm - col_right - thickness.

New Pull Request