last few months of work
[mirrors/Designs.git] / cnc / 3D / cam_bowl.scad
1 $fn = 100;
2
3 difference() {
4 cube(20, center=true);
5 translate([0,0,10]) sphere(9);
6 }
This page took 0.256019 seconds and 4 git commands to generate.