3
1
Back

Top_row = height - v_margin - title_font_size*2; working_width = width_mm - h_margin; input_column = h_margin; col_right = width_mm - h_margin; input_column = h_margin; working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 12.5*3 + tolerance*4; //three knobs plus.

New Pull Request