From 5726ca9603b970edd815c3ef9d4114ccbdff8c78 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Aug 2012 19:14:21 +0100 Subject: [PATCH] 10254 huxley-spindle mirror it entirely for hopefully better resting of spool --- th-10254/huxley-spindle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } -- 2.30.2