Commit f9e0b183 authored by Guillaume Seguin's avatar Guillaume Seguin

Merge branches 'experimental' and 'master' of github.com:kliment/Printrun

parents c328768f d3b8e1ff
......@@ -600,7 +600,7 @@ class Prontserve(pronsole.pronsole, EventEmitter):
return 100*float(self.p.queueindex)/len(self.p.mainqueue)
if(self.sdprinting):
return self.percentdone
return 0
return "0"
def run_sensor_loop(self):
# A number of conditions that must be met for us to send a temperature
......
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