3
1
Back

= hole_depth, center = true); hole_depth = max(knob_radius_top, knob_radius_bottom, stem_radius) + nothing; cylinder(r = 8, h = hole_depth, center = true); hole_depth = max(knob_radius_top, knob_radius_bottom, stem_radius) + nothing; cylinder(r = shafthole_radius, h = shafthole_height, $fn = top_rounding_faces); // Straight basic stem. Cylinder(h = stem_height + nothing, = stem_radius, $fn = knob_faces); // @todo Refactor the top_rounding() module. * @todo Add support for cutouts that leave spokes.

New Pull Request