Merge pull request #21635 from tarman3/contextmenu

CAM: Dressup context submenu
This commit is contained in:
sliptonic
2025-06-01 12:50:14 -05:00
committed by GitHub

View File

@@ -333,7 +333,7 @@ class CAMWorkbench(Workbench):
# self.appendContextMenu("", ["Set_StartPoint"])
# self.appendContextMenu("", ["Set_EndPoint"])
for cmd in self.dressupcmds:
self.appendContextMenu("", [cmd])
self.appendContextMenu("Dressup", [cmd])
menuAppended = True
if isinstance(obj.Proxy, Path.Tool.Bit.ToolBit):
self.appendContextMenu("", ["CAM_ToolBitSave", "CAM_ToolBitSaveAs"])