From 2694016729be9633ec66129f856a2f6e4ca22831 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Sep 2012 19:14:22 +0100 Subject: [PATCH] tower-base remove troublesome and unneeded cutout --- tower-base.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tower-base.scad b/tower-base.scad index 49c317b..103fa9b 100644 --- a/tower-base.scad +++ b/tower-base.scad @@ -109,11 +109,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]); +// multmatrix([[ -1, 0, 0, -mw2 - botleftstand ], +// [ 0, 1, 0, -100 ], +// [ 1, 0, 1, -100 + botleftgap ], +// [ 0, 0, 0, 1 ] ]) +// cube([100,200,100]); } translate([clippairy/2,0,totalheight]) { difference(){ -- 2.30.2