From: Daid Date: Mon, 2 Apr 2012 17:34:27 +0000 (+0200) Subject: Just a comment X-Git-Tag: RC1~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6d82dfb4bd2e3e75f05b9d73786241ae765903d2;p=cura.git Just a comment --- diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index d0613302..c84d8424 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.