last few months of work
[mirrors/Designs.git] / cnc / 3D / chaos.scad
diff --git a/cnc/3D/chaos.scad b/cnc/3D/chaos.scad
new file mode 100644 (file)
index 0000000..d38e75a
--- /dev/null
@@ -0,0 +1,20 @@
+translate([40,0,0]) difference() {
+cube([30,20,10]);
+translate([15,10,10]) rotate([90,0]) cylinder(15,5,5);
+    translate([5,10,-5]) cylinder(20,2,2);
+    translate([25,10,-5]) cylinder(20,2,2);
+}
+
+translate([40,-30,0]) difference() {
+cube([30,20,10]);
+translate([15,10,10]) rotate([90,0]) cylinder(15,5,5);
+    translate([5,10,-5]) cylinder(20,2,2);
+    translate([25,10,-5]) cylinder(20,2,2);
+}
+
+difference() {
+cube([30,20,10]);
+translate([-1,5,5]) cube([40,10,7]);
+    translate([5,10,-5]) cylinder(20,2,2);
+    translate([25,10,-5]) cylinder(20,2,2);
+}
\ No newline at end of file
This page took 0.267112 seconds and 4 git commands to generate.