mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 08:59:40 +00:00
Fix missing shorten parameter
Fix missing `shorten` parameter when calling `spur_gear_2d` from `spur_gear` function.
This commit is contained in:
parent
93752014b6
commit
baf5a0aaaa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue