Show filename in status string

master
kliment 2011-06-10 10:55:12 +02:00
parent 95f6d22189
commit c495dcdad4
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
if(self.p.online):
string+="Printer is online. "
try:
string+="Loaded "+os.path.split(self.name)[1]+" "
string+="Loaded "+os.path.split(self.filename)[1]+" "
except:
pass
string+=(self.tempreport.replace("\r","").replace("T","Hotend").replace("B","Bed").replace("\n","").replace("ok ",""))+" "