last few months of work
[mirrors/Designs.git] / cnc / 3D / cam_bowl.scad
diff --git a/cnc/3D/cam_bowl.scad b/cnc/3D/cam_bowl.scad
new file mode 100644 (file)
index 0000000..15a24a0
--- /dev/null
@@ -0,0 +1,6 @@
+$fn = 100;
+
+difference() {
+cube(20, center=true);
+translate([0,0,10]) sphere(9);
+}
\ No newline at end of file
This page took 0.160295 seconds and 4 git commands to generate.