3
1
Back

Sure. Pad = 0.2; // Padding to maintain manifold render(convexity = 5 square(top_rounding_radius + pad, top_rounding_radius + pad); rotate_extrude(convexity = 5, $fn = top_rounding_faces); // Straight basic stem. Cylinder(h = stem_height + nothing, = stem_radius, $fn = setscrew_hole_faces); // @todo Refactor the top_rounding() operation faster. Everything else is already fast enough.

New Pull Request