We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4006ef4 commit 6a57188Copy full SHA for 6a57188
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -1368,10 +1368,8 @@ def request_macro_call(self, data):
1368
cmd = self.INFO.get_ini_mdi_command(data)
1369
print('MDI command:',data,cmd)
1370
if not cmd is None:
1371
- self.ACTION.RECORD_CURRENT_MODE()
1372
LOG.debug("INI MDI COMMAND #: {} = {}".format(data, cmd))
1373
- self.ACTION.CALL_INI_MDI(data)
1374
- self.ACTION.RESTORE_RECORDED_MODE()
+ self.ACTION.CALL_INI_MDI(data,mode_return = True)
1375
return
1376
1377
# run Macros
0 commit comments