diff --git a/src/Mod/Path/PathScripts/PathMillFace.py b/src/Mod/Path/PathScripts/PathMillFace.py index 78b8f40803..362fd18d17 100644 --- a/src/Mod/Path/PathScripts/PathMillFace.py +++ b/src/Mod/Path/PathScripts/PathMillFace.py @@ -253,7 +253,10 @@ class ObjectFace(PathPocketBase.ObjectPocket): def SetupProperties(): - return PathPocketBase.SetupProperties().extend(["BoundaryShape", "ExcludeRaisedAreas"]) + setup = PathPocketBase.SetupProperties() + setup.append("BoundaryShape") + setup.append("ExcludeRaisedAreas") + return setup def Create(name, obj=None):