Merge pull request #1533 from CendaL/patch-1

spur_gear: fix missing shorten parameter
This commit is contained in:
Revar Desmera 2024-12-29 19:48:31 -08:00 committed by GitHub
commit 32ffac188b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1054,6 +1054,7 @@ module spur_gear(
clearance = clearance, clearance = clearance,
backlash = backlash, backlash = backlash,
internal = internal, internal = internal,
shorten = shorten,
profile_shift = profile_shift, profile_shift = profile_shift,
shaft_diam = shaft_diam shaft_diam = shaft_diam
); );