3
1
Back

5; out_row_1 = v_margin+12; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // 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 - col_right + tolerance*4 + 8; //three knobs.

New Pull Request