chiark / gitweb /
10254 add dovebasecutcyl
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 23:42:44 +0000 (00:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 23:42:44 +0000 (00:42 +0100)
th-10254/tower-base.scad

index 48cde672fbfdb72e97f34565d694465b81adc9a6..06c20553d06092fd79445381e3a19ccee3ba42f8 100644 (file)
@@ -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(){