mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added default_printing_temperature property
CURA-2586
This commit is contained in:
parent
be5a6e421b
commit
58e7e6ef5a
4 changed files with 15 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue