Added default_printing_temperature property

CURA-2586
This commit is contained in:
Jaime van Kessel 2016-12-06 11:38:56 +01:00
parent be5a6e421b
commit 58e7e6ef5a
4 changed files with 15 additions and 3 deletions

View file

@ -568,7 +568,7 @@ class XmlMaterialProfile(UM.Settings.InstanceContainer):
# Map XML file setting names to internal names
__material_property_setting_map = {
"print temperature": "material_print_temperature",
"print temperature": "default_material_print_temperature",
"heated bed temperature": "material_bed_temperature",
"standby temperature": "material_standby_temperature",
"processing temperature graph": "material_flow_temp_graph",