3
1
Back

R1 = stem_radius, $fn = top_rounding_faces cylinder(h = stem_height + nothing, = stem_radius, r2 = knob_radius_top, h = knob_height, $fn = knob_faces); // Create a round shafthole base shape. See knob_base(). Rotate([0, 0, 90 + cone_indents_offset_angle + ((360 / sphere_indents_count) * z)] sphere(r = sphere_indents_radius, $fn = top_rounding_faces); // Straight basic stem. Cylinder(h = stem_transition_height, r1 = stem_radius, $fn = stem_faces); // Widening.

New Pull Request