3
1
Back

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 = shafthole_radius, h = engraved_indicator_depth * 2, $fn = top_rounding_faces); // Straight basic stem. Cylinder(h = stem_transition_height, r1 = stem_radius, r2 = stem_transition_radius, $fn = setscrew_hole_faces); // @todo Calculate the convexity values.

New Pull Request