chiark / gitweb /
8317 dovetail male 0.850
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Aug 2012 23:31:34 +0000 (00:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Aug 2012 23:31:34 +0000 (00:31 +0100)
th-6021/Libs.scad

index 6308c49c71e19b33367af2bb5600089d0e02e758..2491d198baa61b18a6882671a7c64f04ebd0c284 100644 (file)
@@ -148,7 +148,7 @@ module slot(size=[4,10,1], startRound=true, endRound=true, centerXYZ=[1,0,0]){
 }      }
 
 module dovetail (width=9, height=10, male=true){
-       w= (male==true) ? width*0.750 : width;
+       w= (male==true) ? width*0.850 : width;
        translate(slide(2.4)) union(){
                rotate(tighten(30))
                        equilateralTriangle(w,height, center=true);