diff --git a/src/Mod/CAM/InitGui.py b/src/Mod/CAM/InitGui.py index 9dbfbcd019..29aa791901 100644 --- a/src/Mod/CAM/InitGui.py +++ b/src/Mod/CAM/InitGui.py @@ -164,7 +164,6 @@ class CAMWorkbench(Workbench): ) threedcmdgroup = threedopcmdlist if Path.Preferences.experimentalFeaturesEnabled(): - prepcmdlist.append("CAM_Shape") prepcmdlist.append("CAM_PathShapeTC") extracmdlist.extend(["CAM_Area", "CAM_Area_Workplane"]) specialcmdlist.append("CAM_ThreadMilling")