3
1
Back

Create cutouts around the top (mm) hole_dist_top = 2.5; rail_clearance = 9; // mm from very top/bottom edge and where it is safe to put reinforcing walls; i.e. The thickness of the indenting spheres. [mm] sphere_indents_radius = 3; /* [Sphere Indents (optional)] */ // Line segments for circles printer_z_fix = 0.2; // Padding to maintain manifold rotate_extrude(convexity = 5, $fn = top_rounding_faces cylinder(h = stem_transition_height, r1 = stem_radius, r2 = stem_transition_radius, $fn = setscrew_hole_faces); // @todo Refactor the top_rounding.

New Pull Request