Fix failed Job creation due EnableRotation property error
PathAreaOp: Add SetupProperties() function PathPocketBase: Modify SetupProperties() function to include return from same in PathAreaOp. PathPocketShape: remove blank indents PathProfileBase: Modify SetupProperties() function to include return from same in PathAreaOp. PathProfileFaces: fix `EnableRotation` issue
This commit is contained in:
@@ -135,7 +135,7 @@ class ObjectPocket(PathAreaOp.ObjectOp):
|
||||
|
||||
|
||||
def SetupProperties():
|
||||
setup = []
|
||||
setup = PathAreaOp.SetupProperties()
|
||||
setup.append('CutMode')
|
||||
setup.append('ExtraOffset')
|
||||
setup.append('StepOver')
|
||||
|
||||
Reference in New Issue
Block a user