mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Jobstate is now also tracked
This commit is contained in:
parent
bb1fead4c6
commit
c6b88118dc
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
if progress == 0:
|
||||
progress += 0.001
|
||||
self.setProgress(progress)
|
||||
|
||||
self.setJobState(json_data["state"])
|
||||
self.setTimeElapsed(json_data["time_elapsed"])
|
||||
self.setTimeTotal(json_data["time_total"])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue