3
1
Back

// Whether to create cutouts around the top square(smoothing_radius+pad,smoothing_radius+pad); rotate_extrude(convexity=10, $fn = top_rounding_faces square(top_rounding_radius + pad, top_rounding_radius + pad); circle(r = top_rounding_radius, $fn = 3, center = true); hole_depth = max(knob_radius_top, knob_radius_bottom, stem_radius) + nothing; cylinder(r = setscrew_hole_radius, h = shafthole_height, $fn = stem_faces); // Widening part at the top edge. [mm] top_rounding_radius .

New Pull Request