X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=tower-base.scad;h=25263d9fa985b93b88ee9e7ad3daa69035625204;hp=c8ae268f029d049fe2c5d337fa967e316a65289a;hb=d7887e439d37d5309ec2b1bbd8f81efd39f61bcc;hpb=a50f241fce40ba852137528aeb568c5d05ccee9d;ds=sidebyside 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); } }