3
1
Back

Knob_radius_bottom, r2 = stem_transition_radius, $fn = top_rounding_faces square(top_rounding_radius + pad, top_rounding_radius + pad); circle(r = top_rounding_radius, $fn = top_rounding_faces cylinder(h = stem_transition_height, r1 = stem_radius, $fn = top_rounding_faces); // Straight basic stem. Cylinder(h = stem_height + nothing, = stem_radius, r2 = stem_transition_radius, $fn = 3, center = true); hole_depth = max(knob_radius_top, knob_radius_bottom, stem_radius) + nothing; cylinder(r = setscrew_hole_radius, h = engraved_indicator_depth * 2, $fn = stem_faces); // Widening part at the first // only keep everything starting at the first

New Pull Request