chiark / gitweb /
tower-base bigger thing at top
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 10:17:36 +0000 (11:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Sep 2012 10:17:36 +0000 (11:17 +0100)
tower-base.scad

index c8ae268f029d049fe2c5d337fa967e316a65289a..25263d9fa985b93b88ee9e7ad3daa69035625204 100644 (file)
@@ -9,7 +9,7 @@ sidethick=2.5;
 archthick=6.5;
 frameextra=3.5;
 framesplayx=5;
 archthick=6.5;
 frameextra=3.5;
 framesplayx=5;
-framesplayy=1;
+framesplayy=5;
 botleftgap=4.5;
 botleftstand=0.75;
 archoutwards=(pillarthick-archthick)/sqrt(8);
 botleftgap=4.5;
 botleftstand=0.75;
 archoutwards=(pillarthick-archthick)/sqrt(8);
@@ -94,9 +94,9 @@ module halfside() {
 }
 
 module towerbase() {
 }
 
 module towerbase() {
-  topgluecubex=17;
+  topgluecubex=18;
   topgluecubez=5;
   topgluecubez=5;
-  clippairy=10;
+  clippairy=16;
   clippairdz=-2.5;
   topgluecubedy=1;
 
   clippairdz=-2.5;
   topgluecubedy=1;
 
@@ -120,8 +120,9 @@ module towerbase() {
       translate([-clippairy+topgluecubedy/2,-topgluecubex/2,0])
        cube([clippairy-topgluecubedy,topgluecubex,topgluecubez]);
     }
       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);
   }
 }
 
   }
 }