Merge pull request #551 from revarbat/revarbat_dev

Fix for issue #550.
This commit is contained in:
Revar Desmera 2021-05-24 12:42:23 -07:00 committed by GitHub
commit 38ecf62a40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -800,7 +800,6 @@ module spur_gear(
backlash = backlash,
interior = interior
);
circle(d=shaft_diam+4);
}
if (shaft_diam > 0) {
cylinder(h=2*thickness+1, r=shaft_diam/2, center=true, $fn=max(12,segs(shaft_diam/2)));