From 28539a922de723f00c74e362125084f035351e67 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 23 Aug 2012 15:11:20 +0100 Subject: [PATCH] 10254 our tower-base ready for test print? --- th-10254/tower-base.scad | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/th-10254/tower-base.scad b/th-10254/tower-base.scad index 7063b87..4bc9add 100644 --- a/th-10254/tower-base.scad +++ b/th-10254/tower-base.scad @@ -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]); +//} -- 2.30.2