mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:36:03 +08:00
Jobstate is now also tracked
This commit is contained in:
parent
bb1fead4c6
commit
c6b88118dc
@ -215,7 +215,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
if progress == 0:
|
if progress == 0:
|
||||||
progress += 0.001
|
progress += 0.001
|
||||||
self.setProgress(progress)
|
self.setProgress(progress)
|
||||||
|
self.setJobState(json_data["state"])
|
||||||
self.setTimeElapsed(json_data["time_elapsed"])
|
self.setTimeElapsed(json_data["time_elapsed"])
|
||||||
self.setTimeTotal(json_data["time_total"])
|
self.setTimeTotal(json_data["time_total"])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user