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

View File

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