From 2b95b68ad7a7c51efa6fb1574ea35589b907f7f4 Mon Sep 17 00:00:00 2001 From: Stephen Carpenter Date: Thu, 14 Jan 2021 09:08:12 -0500 Subject: [PATCH] Fixed door=true case Door=true case didn't have the right params for leaf_arm anymore. --- GearHinge.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GearHinge.scad b/GearHinge.scad index 92543be..bbf6ed3 100644 --- a/GearHinge.scad +++ b/GearHinge.scad @@ -149,7 +149,7 @@ module red_gear(n, mod, width, shaftd, tol, swingadd=1, shift=-2, door=false) // leaf arm translate([-2,11.6]) { - if (door) leaf_arm(left=false, h=width+3.2) + if (door) leaf_arm(left=false, width=width, floord=3.2, tol=tol) translate([0,-4+tol]) { translate([0,-1.6]) cube([4,5+2,width+3.2], center=true); difference() {