From b005318940e46a2fac2d34c19942bdb4ea9acf5a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Aug 2012 01:16:13 +0100 Subject: [PATCH] 8317 Libs: dovetail set width to 0.750 --- th-6021/Libs.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/th-6021/Libs.scad b/th-6021/Libs.scad index 2a2a06b..6308c49 100644 --- a/th-6021/Libs.scad +++ b/th-6021/Libs.scad @@ -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); -- 2.30.2