move vcarve out of experimental

This commit is contained in:
sliptonic
2020-09-23 14:38:41 -05:00
parent 1492aa01b5
commit 81dc724b4a

View File

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