diff --git a/src/Mod/Path/InitGui.py b/src/Mod/Path/InitGui.py index 8abd9b258f..ce639bd0d7 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -92,7 +92,7 @@ class PathWorkbench(Workbench): Path.GuiInit.Startup() # build commands list - projcmdlist = ["Path_Job", "Path_Post"] + projcmdlist = ["Path_Job", "Path_Post", "Path_Sanity"] toolcmdlist = [ "Path_Inspect", "Path_Simulator", @@ -146,7 +146,6 @@ class PathWorkbench(Workbench): threedcmdgroup = threedopcmdlist if Path.Preferences.experimentalFeaturesEnabled(): - projcmdlist.append("Path_Sanity") prepcmdlist.append("Path_Shape") extracmdlist.extend(["Path_Area", "Path_Area_Workplane"]) specialcmdlist.append("Path_ThreadMilling")