Skip to content

Commit

Permalink
move vcarve out of experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptonic committed Sep 28, 2020
1 parent 1492aa0 commit 81dc724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Path/InitGui.py
Expand Up @@ -97,7 +97,7 @@ def Initialize(self):
"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",
Expand All @@ -113,7 +113,6 @@ def Initialize(self):
threedcmdgroup = threedopcmdlist
if PathPreferences.experimentalFeaturesEnabled():
projcmdlist.append("Path_Sanity")
engravecmdlist.append("Path_Vcarve")
prepcmdlist.append("Path_Shape")
extracmdlist.extend(["Path_Area", "Path_Area_Workplane"])

Expand Down

0 comments on commit 81dc724

Please sign in to comment.