InvoluteGearRack: properties_from_tool default = False

This commit is contained in:
lorenz
2022-05-03 14:48:55 +02:00
committed by GitHub
parent 2ede7f0bdc
commit 05d2afef44

View File

@@ -509,7 +509,7 @@ class InvoluteGearRack(BaseGear):
obj.beta = '0. deg'
obj.clearance = 0.25
obj.head = 0.
obj.properties_from_tool = True
obj.properties_from_tool = False
obj.add_endings = True
obj.simplified = False
self.obj = obj