From: Ian Jackson Date: Fri, 24 Aug 2012 18:14:21 +0000 (+0100) Subject: 10254 huxley-spindle mirror it entirely for hopefully better resting of spool X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=dl-things.git;a=commitdiff_plain;h=5726ca9603b970edd815c3ef9d4114ccbdff8c78 10254 huxley-spindle mirror it entirely for hopefully better resting of spool --- diff --git a/th-10254/huxley-spindle.scad b/th-10254/huxley-spindle.scad index 8bdd4a3..2bc1940 100644 --- a/th-10254/huxley-spindle.scad +++ b/th-10254/huxley-spindle.scad @@ -50,6 +50,6 @@ module HuxleySpindleTower(height=125, sideways=27.5, } difference(){ - HuxleySpindleTower(); + mirror([1,0,0]) HuxleySpindleTower(); translate([-200,-200,-1]) cube([400,400,1.01]); }