set numpoints to 20 by default

This commit is contained in:
looooo
2024-01-10 12:21:00 +01:00
parent 51fe971aea
commit ffb4950054
4 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class BevelGear(BaseGear):
obj.pressure_angle = "20. deg"
obj.pitch_angle = "45. deg"
obj.height = "5. mm"
obj.numpoints = 6
obj.numpoints = 20
obj.backlash = "0.00 mm"
obj.clearance = 0.1
obj.beta = "0 deg"

View File

@@ -67,7 +67,7 @@ class CycloidGear(BaseGear):
obj.beta = "0. deg"
obj.height = "5. mm"
obj.clearance = 0.25
obj.numpoints = 15
obj.numpoints = 20
obj.backlash = "0.00 mm"
obj.double_helix = False
obj.head = 0

View File

@@ -80,7 +80,7 @@ class InternalInvoluteGear(BaseGear):
obj.thickness = "5 mm"
obj.clearance = 0.25
obj.head = -0.4 # using head=0 and shift=0.5 may be better, but makes placeing the pinion less intuitive
obj.numpoints = 6
obj.numpoints = 20
obj.double_helix = False
obj.backlash = "0.00 mm"
obj.reversed_backlash = False

View File

@@ -63,7 +63,7 @@ class InvoluteGear(BaseGear):
obj.height = "5. mm"
obj.clearance = 0.25
obj.head = 0.0
obj.numpoints = 6
obj.numpoints = 20
obj.double_helix = False
obj.backlash = "0.00 mm"
obj.reversed_backlash = False