3
1
Back

Top_row = height - v_margin; 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 - hole_dist_side, height - 25; // build up seven rows; middle one unused row_2 = working_increment*1 + row_1; // special: the right-hand side tries to squeeze.

New Pull Request