Use setState instead of emitting the backend state

CURA-6016
This commit is contained in:
Jaime van Kessel 2018-12-11 13:13:20 +01:00
parent 6c70543d11
commit 75ff03f3c8
2 changed files with 20 additions and 20 deletions

View file

@ -323,7 +323,7 @@ class StartSliceJob(Job):
value = stack.getProperty(key, "value")
result[key] = value
Job.yieldThread()
result["print_bed_temperature"] = result["material_bed_temperature"] # Renamed settings.
result["print_temperature"] = result["material_print_temperature"]
result["time"] = time.strftime("%H:%M:%S") #Some extra settings.