From 81dc724b4acefc7f46cce1928d41f705af04516b Mon Sep 17 00:00:00 2001 From: sliptonic Date: Wed, 23 Sep 2020 14:38:41 -0500 Subject: [PATCH] move vcarve out of 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 b630732886..86678e97fd 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -97,7 +97,7 @@ class PathWorkbench (Workbench): "Path_MillFace", "Path_Helix", "Path_Adaptive", "Path_Slot"] threedopcmdlist = ["Path_Pocket_3D"] - engravecmdlist = ["Path_Engrave", "Path_Deburr"] + engravecmdlist = ["Path_Engrave", "Path_Deburr", "Path_Vcarve"] modcmdlist = ["Path_OperationCopy", "Path_Array", "Path_SimpleCopy"] dressupcmdlist = ["Path_DressupAxisMap", "Path_DressupPathBoundary", "Path_DressupDogbone", "Path_DressupDragKnife", @@ -113,7 +113,6 @@ class PathWorkbench (Workbench): threedcmdgroup = threedopcmdlist if PathPreferences.experimentalFeaturesEnabled(): projcmdlist.append("Path_Sanity") - engravecmdlist.append("Path_Vcarve") prepcmdlist.append("Path_Shape") extracmdlist.extend(["Path_Area", "Path_Area_Workplane"])