Fix missing shorten parameter

Fix missing `shorten` parameter when calling `spur_gear_2d` from `spur_gear` function.
This commit is contained in:
Lukas Cenovsky 2024-12-29 11:28:12 +01:00 committed by GitHub
parent 93752014b6
commit baf5a0aaaa
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
); );