Commit c495dcda authored by kliment's avatar kliment

Show filename in status string

parent 95f6d221
...@@ -331,7 +331,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole): ...@@ -331,7 +331,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
if(self.p.online): if(self.p.online):
string+="Printer is online. " string+="Printer is online. "
try: try:
string+="Loaded "+os.path.split(self.name)[1]+" " string+="Loaded "+os.path.split(self.filename)[1]+" "
except: except:
pass pass
string+=(self.tempreport.replace("\r","").replace("T","Hotend").replace("B","Bed").replace("\n","").replace("ok ",""))+" " string+=(self.tempreport.replace("\r","").replace("T","Hotend").replace("B","Bed").replace("\n","").replace("ok ",""))+" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment