mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update platform_temperature
and build_plane_temperature
CURA-10561
This commit is contained in:
parent
2ee0769812
commit
251f247147
1 changed files with 4 additions and 1 deletions
|
@ -167,7 +167,10 @@ class MakerbotWriter(MeshWriter):
|
|||
}
|
||||
|
||||
material_bed_temperature = global_stack.getProperty("material_bed_temperature", "value")
|
||||
meta["build_plane_temperature"] = material_bed_temperature
|
||||
meta["platform_temperature"] = material_bed_temperature
|
||||
|
||||
build_volume_temperature = global_stack.getProperty("build_volume_temperature", "value")
|
||||
meta["build_plane_temperature"] = build_volume_temperature
|
||||
|
||||
print_information = application.getPrintInformation()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue