Skip to content

Commit

Permalink
min teeth = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Dec 7, 2024
1 parent ea679dd commit 7cccdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freecad/gears/wormgear.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, obj):
"App::Property", "clearance * module = additional length of root"
),
)
obj.num_teeth = (3, 2, 100, 1) # default, min, max, step
obj.num_teeth = (3, 1, 10, 1) # default, min, max, step
obj.module = "1. mm"
obj.pressure_angle = "20. deg"
obj.height = "5. mm"
Expand Down

0 comments on commit 7cccdcf

Please sign in to comment.