3
1
Back

Row_4 + vertical_space/7; row_5 = working_increment*4 + row_1; working_increment = working_height / 5; out_row_2 = working_increment*1 + out_row_1; out_row_4 = working_increment*3 + row_1; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - h_margin; working_height = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin .

New Pull Request