last few months of work
[mirrors/Designs.git] / cnc / 3D / sphere.scad
CommitLineData
c23cf911
TM
1difference() {
2 sphere(15, $fn=40);
3 translate([0,0,-15]) cube(30, center=true);
4}
This page took 0.082976 seconds and 4 git commands to generate.