chiark / gitweb /
8317 scads depend on Makefile
[dl-things.git] / th-6021 / Libs.scad
index fb92e422f44b900573fd21f2203f449b11568d6c..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);
@@ -359,4 +359,4 @@ module libMoveHelp(){
        echo("     lift(distance) moves object up, along z                                        ");
        echo("     slide(distance) moves object right, along x                                 ");
        echo();
-}
\ No newline at end of file
+}