From b01e29c3d107765931af77f91f199f8279c3816a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Aug 2012 00:42:44 +0100 Subject: [PATCH] 10254 add dovebasecutcyl --- th-10254/tower-base.scad | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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(){ -- 2.30.2