3
1
Back

// How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12.5*3 + tolerance*4; //three knobs plus space between them right_panel_width = width_mm - col_right + tolerance*4; //three knobs plus.

New Pull Request