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:
Russell Johnson
2020-03-20 21:01:55 -05:00
parent 1102195a9a
commit 9bdbfc2a69
5 changed files with 42 additions and 38 deletions

View File

@@ -968,3 +968,8 @@ class ObjectOp(PathOp.ObjectOp):
final_depth=finDep,
user_depths=None)
return cdp
def SetupProperties():
setup = ['EnableRotation']
return setup