mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:29:03 +08:00
Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin
This commit is contained in:
commit
462bc4aef5
@ -381,7 +381,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
## If progress is 0 add a bit so another print can't be sent.
|
||||
if progress == 0:
|
||||
progress += 0.001
|
||||
self.setProgress(progress)
|
||||
self.setProgress(progress * 100)
|
||||
self._updateJobState(json_data["state"])
|
||||
self.setTimeElapsed(json_data["time_elapsed"])
|
||||
self.setTimeTotal(json_data["time_total"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user