chiark / gitweb /
10254 our tower-base ready for test print?
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 14:11:20 +0000 (15:11 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 14:11:20 +0000 (15:11 +0100)
th-10254/tower-base.scad

index 7063b87f324f80e83dacac901fec1f1b45549eb9..4bc9add88435fff0c48929313b0c9cecf0bf8cf5 100644 (file)
@@ -67,7 +67,8 @@ module halfside() {
                                      spacesz * sqrt(2)]);
                }
                intersection(){
-                       for (xz=[[-mw2+pillarthick/3, 0, panelbasez],
+                       for (xz=[[-mw2+pillarthick/3-sidethick, 0,
+                                       panelbasez+sidethick],
                                 [0, 0, panelbasez + sidethick/sqrt(2)]]) {
                                translate(xz)
                                translate([0,-sidethick,0])
@@ -103,4 +104,7 @@ module towerbase() {
                dovetail(height=10.1, male=true);
 }
 
-towerbase();
+//intersection(){
+       towerbase();
+//     translate([-100,-100,0]) cube([200,200,32]);
+//}