From cd41ec845dc3559acf266b8ffd9a4dbd916d5cd2 Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 14 Jun 2013 12:29:22 +0200 Subject: [PATCH] Do not show the Gcode filename in the printer window. --- Cura/gui/printWindow.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.30.2