mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin
This commit is contained in:
commit
462bc4aef5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue