mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use setState instead of emitting the backend state
CURA-6016
This commit is contained in:
parent
6c70543d11
commit
75ff03f3c8
2 changed files with 20 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue