mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 22:20:21 +02:00
Fix missing shorten parameter
Fix missing `shorten` parameter when calling `spur_gear_2d` from `spur_gear` function.
This commit is contained in:
@@ -1054,6 +1054,7 @@ module spur_gear(
|
||||
clearance = clearance,
|
||||
backlash = backlash,
|
||||
internal = internal,
|
||||
shorten = shorten,
|
||||
profile_shift = profile_shift,
|
||||
shaft_diam = shaft_diam
|
||||
);
|
||||
|
Reference in New Issue
Block a user