From b4fa2706655d96f4be358cf582a2f6c2f9044a8d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 23 Aug 2012 14:53:11 +0100 Subject: [PATCH] 10254 our tower-base wip --- th-10254/tower-base.scad | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/th-10254/tower-base.scad b/th-10254/tower-base.scad index 02908bd..7063b87 100644 --- a/th-10254/tower-base.scad +++ b/th-10254/tower-base.scad @@ -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]) -- 2.30.2