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

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
); );