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