mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Add support for some additional properties to XmlMaterialProfile
Contributes to CURA-339
This commit is contained in:
parent
90ac1c1380
commit
eaea940aa2
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ class XmlMaterialProfile(UM.Settings.InstanceContainer):
|
||||||
"print temperature": "material_print_temperature",
|
"print temperature": "material_print_temperature",
|
||||||
"heated bed temperature": "material_bed_temperature",
|
"heated bed temperature": "material_bed_temperature",
|
||||||
"standby temperature": "material_standby_temperature",
|
"standby temperature": "material_standby_temperature",
|
||||||
|
"print cooling": "cool_fan_speed",
|
||||||
|
"retraction amount": "retraction_amount",
|
||||||
|
"retraction speed": "retraction_speed",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Map XML file product names to internal ids
|
# Map XML file product names to internal ids
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue