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