79329530

Date: 2025-01-04 20:12:08
Score: 1
Natty:
Report link

If wished smoothing shape result was no sharp edge instead of no sharp corner, then simple alternative would be using hull.

smidge=0.001;
cube(10);
hull() {    sphere(10);
            translate([10,0,10]) sphere(smidge);    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: church