CAM: Dressup context submenu
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user