We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c389a6 + 60f5437 commit cbda597Copy full SHA for cbda597
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -2435,11 +2435,8 @@ def _show_error(self, error):
2435
self._on_play_sound(None, "alert")
2436
2437
def on_gremlin_gcode_error(self, widget, errortext):
2438
- if self.gcodeerror == errortext:
2439
- return
2440
- else:
2441
- self.gcodeerror = errortext
2442
- self.dialogs.warning_dialog(self, _("Important Warning"), errortext)
+ self.gcodeerror = errortext
+ self.dialogs.warning_dialog(self, _("Important Warning"), errortext)
2443
2444
2445
# =========================================================
0 commit comments