CAM: PathShape with Tool Controller

This commit is contained in:
tarman3
2025-05-12 22:57:23 +03:00
parent 493fea4e8d
commit 7df127bcbc
6 changed files with 964 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ 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")
twodopcmdlist.append("CAM_Slot")