Make Sanity not experimental

This commit is contained in:
sliptonic
2023-05-13 10:30:37 -05:00
parent c4b7d98b2f
commit 5b2cb9ced6

View File

@@ -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")