From 7ddd49244b05dce7764229e8a227106f0eb65176 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 15 Aug 2012 00:31:34 +0100 Subject: [PATCH] 8317 dovetail male 0.850 --- 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 6308c49..2491d19 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.750 : width; + w= (male==true) ? width*0.850 : width; translate(slide(2.4)) union(){ rotate(tighten(30)) equilateralTriangle(w,height, center=true); -- 2.30.2