From: daid Date: Fri, 14 Jun 2013 10:29:22 +0000 (+0200) Subject: Do not show the Gcode filename in the printer window. X-Git-Tag: 13.06.2~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cd41ec845dc3559acf266b8ffd9a4dbd916d5cd2;p=cura.git Do not show the Gcode filename in the printer window. --- diff --git a/Cura/gui/printWindow.py b/Cura/gui/printWindow.py index c8b6124e..6f8c44a0 100644 --- a/Cura/gui/printWindow.py +++ b/Cura/gui/printWindow.py @@ -568,7 +568,6 @@ class printWindow(wx.Frame): wx.CallAfter(self.progress.SetRange, len(gcodeList)) wx.CallAfter(self.UpdateButtonStates) wx.CallAfter(self.UpdateProgress) - wx.CallAfter(self.SetTitle, 'Printing: %s' % (filename)) def sendLine(self, lineNr): if lineNr >= len(self.gcodeList):