chiark / gitweb /
10254 our tower-base wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 13:53:11 +0000 (14:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 13:53:11 +0000 (14:53 +0100)
th-10254/tower-base.scad

index 02908bdff82e44ad71b06c8868a0a86707b3d0a3..7063b87f324f80e83dacac901fec1f1b45549eb9 100644 (file)
@@ -8,6 +8,8 @@ sidethick=3;
 archthick=8;
 frameextra=3.5;
 framesplay=1;
+botleftgap=4.5;
+botleftstand=0.75;
 archoutwards=(pillarthick-archthick)/sqrt(8);
 
 mw2=motorwidth/2;
@@ -90,6 +92,11 @@ module towerbase() {
                                rotate([0,0,angle]) mirror([1,0,0]) halfside();
                        }
                }
+               multmatrix([[   -1,     0,      0, -mw2 - botleftstand ],
+                       [       0,      1,      0,      -100    ],
+                       [       1,      0,      1, -100 + botleftgap ],
+                       [       0,      0,      0,      1       ] ])
+                       cube([100,200,100]);
        }
        translate([0,0,totalheight])
                rotate([0,-90,0])