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:
MaukCC 2017-03-29 15:24:40 +02:00 committed by GitHub
parent 1055259b52
commit 92af9caadd

View File

@ -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"