From: Ian Jackson Date: Sun, 16 Sep 2012 10:17:36 +0000 (+0100) Subject: tower-base bigger thing at top X-Git-Tag: filamentspool-v2-release~834 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=d7887e439d37d5309ec2b1bbd8f81efd39f61bcc tower-base bigger thing at top --- diff --git a/tower-base.scad b/tower-base.scad index c8ae268..25263d9 100644 --- a/tower-base.scad +++ b/tower-base.scad @@ -9,7 +9,7 @@ sidethick=2.5; archthick=6.5; frameextra=3.5; framesplayx=5; -framesplayy=1; +framesplayy=5; botleftgap=4.5; botleftstand=0.75; archoutwards=(pillarthick-archthick)/sqrt(8); @@ -94,9 +94,9 @@ module halfside() { } module towerbase() { - topgluecubex=17; + topgluecubex=18; topgluecubez=5; - clippairy=10; + clippairy=16; clippairdz=-2.5; topgluecubedy=1; @@ -120,8 +120,9 @@ module towerbase() { translate([-clippairy+topgluecubedy/2,-topgluecubex/2,0]) cube([clippairy-topgluecubedy,topgluecubex,topgluecubez]); } - translate([0,0,topgluecubez+clippairdz]) rotate([-90,0,90]) - DoveClipPair(h=clippairy); + translate([0,0,topgluecubez+clippairdz+DoveClip_depth()]) rotate([0,-90,0]) +// DoveClipPair(h=clippairy); + DoveClipPairSane(h=clippairy, count=3); } }