Fixed door=true case

Door=true case didn't have the right params for leaf_arm anymore.
This commit is contained in:
2021-01-14 09:08:12 -05:00
parent a08c018f55
commit 2b95b68ad7

View File

@@ -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() {