Setup length depending on tool

This commit is contained in:
Patrick Felixberger
2020-03-31 17:31:30 +02:00
parent b7702d5738
commit 58264bc7da

View File

@@ -86,7 +86,7 @@ class ObjectDressup:
return None
def setup(self, obj):
obj.Length = 5.0
obj.Length = obj.Base.ToolController.Tool.Diameter * 0.75
obj.LeadIn = True
obj.LeadOut = True
obj.KeepToolDown = False