mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-15 15:44:31 +02:00
Merge pull request #1533 from CendaL/patch-1
spur_gear: fix missing shorten parameter
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user