From: Ian Jackson Date: Thu, 23 Aug 2012 23:42:44 +0000 (+0100) Subject: 10254 add dovebasecutcyl X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b01e29c3d107765931af77f91f199f8279c3816a;p=dl-things.git 10254 add dovebasecutcyl --- diff --git a/th-10254/tower-base.scad b/th-10254/tower-base.scad index 48cde67..06c2055 100644 --- a/th-10254/tower-base.scad +++ b/th-10254/tower-base.scad @@ -12,6 +12,9 @@ botleftgap=4.5; botleftstand=0.75; archoutwards=(pillarthick-archthick)/sqrt(8); +dovebasecutcylz=4; +dovebasecutcylr=10; + d=0.01; mw2=motorwidth/2; @@ -105,7 +108,11 @@ module towerbase() { } translate([0,0,totalheight]) rotate([0,-90,0]) - dovetail(height=10.1, male=true); + intersection(){ + dovetail(height=10.1, male=true); + translate([dovebasecutcylz,0,-100]) + cylinder(r=dovebasecutcylr,h=200); + }; } //intersection(){