3
1
Back

- 13; hole_bottom = hole_top - 89.75; // these are for steps only row_1 = v_margin+12; out_row_2 = out_working_increment*1 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_7 = working_increment*6 + 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.

New Pull Request