last few months of work
[mirrors/Designs.git] / cnc / 3D / chaos-cam.scad
diff --git a/cnc/3D/chaos-cam.scad b/cnc/3D/chaos-cam.scad
new file mode 100644 (file)
index 0000000..31e64ce
--- /dev/null
@@ -0,0 +1,8 @@
+$fn=100;
+
+translate([0,0,-20]) difference() {
+cube([60,40,20]);
+translate([30,20,20]) rotate([90,0]) cylinder(30,10,10);
+    translate([10,20,-10]) cylinder(40,4,4);
+    translate([50,20,-10]) cylinder(40,4,4);
+}
This page took 0.231451 seconds and 4 git commands to generate.