3
1
Back

10 - center_adjust; center_col = width_mm/2; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; row_5 = row_4 + vertical_space/7; row_4 = working_increment*3 + row_1; row_5 = working_increment*4 + row_1; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff working_increment = working_height / 5; row_1 = bottom_row + v_margin + 12; //knob_radius top_row = height / 2 + hole_diameter + hole_margin*2.

New Pull Request