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