diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index d061330..c84d842 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -135,3 +135,4 @@ class printWindow(wx.Frame): if "rs" in line: lineNr=int(line.split()[1]) self.printIdx = lineNr + #we should actually resend the line here, but we also get an "ok" for each error from Marlin. And thus we'll resend on the OK.