From 5b2cb9ced63ff3167f23abe15586d31c1ab5cbdc Mon Sep 17 00:00:00 2001 From: sliptonic Date: Sat, 13 May 2023 10:30:37 -0500 Subject: [PATCH] Make Sanity not experimental --- src/Mod/Path/InitGui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")