Skip to content

Commit 05d2afe

Browse files
authored
InvoluteGearRack: properties_from_tool default = False
1 parent 2ede7f0 commit 05d2afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freecad/gears/features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def __init__(self, obj):
509509
obj.beta = '0. deg'
510510
obj.clearance = 0.25
511511
obj.head = 0.
512-
obj.properties_from_tool = True
512+
obj.properties_from_tool = False
513513
obj.add_endings = True
514514
obj.simplified = False
515515
self.obj = obj

0 commit comments

Comments
 (0)