mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Update XmlMaterialProfile.py
added retraction_prime_speed as a material specific value. This way, if a material needs a specific setting, the value set in the material xml file will be used. Probably a good idea to have this value added in the front end as well, but for now this will do.
This commit is contained in:
parent
1055259b52
commit
92af9caadd
1 changed files with 2 additions and 1 deletions
|
@ -564,7 +564,8 @@ class XmlMaterialProfile(InstanceContainer):
|
|||
"processing temperature graph": "material_flow_temp_graph",
|
||||
"print cooling": "cool_fan_speed",
|
||||
"retraction amount": "retraction_amount",
|
||||
"retraction speed": "retraction_speed"
|
||||
"retraction speed": "retraction_speed",
|
||||
"retraction prime speed": "retraction_prime_speed"
|
||||
}
|
||||
__unmapped_settings = [
|
||||
"hardware compatible"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue