mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Update platform_temperature
and build_plane_temperature
CURA-10561
This commit is contained in:
parent
2ee0769812
commit
251f247147
@ -167,7 +167,10 @@ class MakerbotWriter(MeshWriter):
|
|||||||
}
|
}
|
||||||
|
|
||||||
material_bed_temperature = global_stack.getProperty("material_bed_temperature", "value")
|
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()
|
print_information = application.getPrintInformation()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user