From 9187abe652218c5945e2eb2141312fccd11b4422 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 11:22:54 +0100 Subject: [PATCH 1/1] tower-base move some params to global --- tower-base.scad | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tower-base.scad b/tower-base.scad index 25263d9..1404365 100644 --- a/tower-base.scad +++ b/tower-base.scad @@ -14,6 +14,12 @@ botleftgap=4.5; botleftstand=0.75; archoutwards=(pillarthick-archthick)/sqrt(8); +topgluecubex=18; +topgluecubez=5; +clippairy=16; +clippairdz=-2.5; +topgluecubedy=1; + dovebasecutcylz=4; dovebasecutcylr=10; @@ -94,12 +100,6 @@ module halfside() { } module towerbase() { - topgluecubex=18; - topgluecubez=5; - clippairy=16; - clippairdz=-2.5; - topgluecubedy=1; - difference(){ union(){ for (mirx=[0,1]) for (miry=[0,1]) -- 2.30.2