Path: ToolChange command + added Inspect command to context menu

This commit is contained in:
Yorik van Havre
2016-01-20 18:53:04 -02:00
parent 04f392c3a3
commit 0d5ab6ef5c
7 changed files with 746 additions and 34 deletions

View File

@@ -135,7 +135,7 @@ class CommandPathInspect:
def GetResources(self):
return {'Pixmap' : 'Path-Inspect',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Inspect","Inspect"),
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_Inspect","Inspect G-code"),
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_Inspect","Inspects the G-code contents of a path")}
def IsActive(self):