We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34c1070 + f3a10ce commit 89df479Copy full SHA for 89df479
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -2742,7 +2742,7 @@ def on_hal_status_mode_manual(self, widget):
2742
self.last_key_event = None, 0
2743
2744
def on_hal_status_mode_mdi(self, widget):
2745
- LOG.debug("MDI Mode {0}".format(self.tool_change))
+ LOG.debug("MDI Mode, tool_change = {0}".format(self.tool_change))
2746
2747
# if the edit offsets button is active, we do not want to change
2748
# pages, as the user may want to edit several axis values
0 commit comments