3
1
Back

= working_increment*7 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_3 = working_increment*2 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_4 = out_working_increment*3 + out_row_1; out_row_5 = out_working_increment*4 + out_row_1; //special-case the top rotate_extrude(convexity=10, $fn = 3, center = true); hole_depth = max(knob_radius_top, knob_radius_bottom, stem_radius) + nothing; cylinder(r = shafthole_radius, h = shafthole_height, $fn = setscrew_hole_faces); // @todo Calculate the convexity values based on https://www.schmitzbits.de/ms20.html which is good practice, but ho-dang what a mess More traces.

New Pull Request