chiark / gitweb /
8317 Libs: dovetail set width to 0.750
[dl-things.git] / 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);