chiark / gitweb /
commitid-cube-test: Move out what will become TTWall (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 16:15:16 +0000 (16:15 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 16:15:16 +0000 (16:15 +0000)
commitid-cube-test.scad

index 1d81d10d8587ef03e739edfa4885b52ebc5a9051..2c2117963bde9eb5b57e4cbc18d9662a03e79d61 100644 (file)
@@ -37,19 +37,24 @@ module TT () { ////toplevel
     union(){
       translate([-sz, 0, -t])
        cube([sz*2 + w, sz, t]);
-      translate([0, 0, -0.1])
-       cube([w, sz, sz - t + 0.1]);
     }
-    translate([0,sz,0]) rotate([90,0,-90]) FD();
     translate([w,0,-t]) rotate([0,180,0]) FD();
     translate([w,0,0]) rotate([0,0,0]) FD();
 
+  }
+  translate([-sz,0,0]) rotate([0,0,0]) FD();
+
+  difference(){
+      translate([0, 0, -0.1])
+       cube([w, sz, sz - t + 0.1]);
+
+    translate([0,sz,0]) rotate([90,0,-90]) FD();
+
     translate([0, sz, 0])
       rotate([90, 0, -90])
       translate(fdo + [0, -ru*2, -d]) cube([fdsz[0], ru, d*2]);
   }
   translate([w,0,0]) rotate([90,0,90]) FD();
-  translate([-sz,0,0]) rotate([0,0,0]) FD();
 
   translate([0, sz+d, 0])
     rotate([90,0,0])