From 6d82dfb4bd2e3e75f05b9d73786241ae765903d2 Mon Sep 17 00:00:00 2001 From: Daid Date: Mon, 2 Apr 2012 19:34:27 +0200 Subject: [PATCH] Just a comment --- Cura/gui/printWindow.py | 1 + 1 file changed, 1 insertion(+) 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.