chiark / gitweb /
8317 Libs: dovetail set width to 0.750
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 11 Aug 2012 00:16:13 +0000 (01:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 14 Aug 2012 00:25:30 +0000 (01:25 +0100)
th-6021/Libs.scad

index 2a2a06bc3a25ad8b8e979dbd40c3fc50aa0d3a02..6308c49c71e19b33367af2bb5600089d0e02e758 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.975 : width;
+       w= (male==true) ? width*0.750 : width;
        translate(slide(2.4)) union(){
                rotate(tighten(30))
                        equilateralTriangle(w,height, center=true);