Skip to content

Commit

Permalink
Fix missing shorten parameter
Browse files Browse the repository at this point in the history
Fix missing `shorten` parameter when calling `spur_gear_2d` from `spur_gear` function.
  • Loading branch information
CendaL authored Dec 29, 2024
1 parent 9375201 commit baf5a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gears.scad
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@ module spur_gear(
clearance = clearance,
backlash = backlash,
internal = internal,
shorten = shorten,
profile_shift = profile_shift,
shaft_diam = shaft_diam
);
Expand Down

0 comments on commit baf5a0a

Please sign in to comment.