move vcarve out of experimental
This commit is contained in:
@@ -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"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user