Add job as parameter to opSetDefaultValues
This commit is contained in:
@@ -187,7 +187,7 @@ class ObjectHelix(PathCircularHoleBase.ObjectOp):
|
||||
|
||||
return out
|
||||
|
||||
def opSetDefaultValues(self, obj):
|
||||
def opSetDefaultValues(self, obj, job):
|
||||
obj.Direction = "CW"
|
||||
obj.StartSide = "Inside"
|
||||
obj.StepOver = 100
|
||||
|
||||
Reference in New Issue
Block a user