min teeth = 1

This commit is contained in:
looooo
2024-12-08 00:23:44 +01:00
parent ea679dd671
commit 7cccdcf279

View File

@@ -93,7 +93,7 @@ class WormGear(BaseGear):
"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"