3
1
Back

Vertical_space/7; row_3 = row_2 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_4 = row_3 + vertical_space/7; row_4 = working_increment*3 + row_1; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them right_panel_width = width_mm - h_margin; input_column = h_margin; working_height = height - 25; // build up seven rows; middle one.

New Pull Request