From 92af9caadd2f83bf9f96e1885710f99fb37de741 Mon Sep 17 00:00:00 2001 From: MaukCC Date: Wed, 29 Mar 2017 15:24:40 +0200 Subject: [PATCH] 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. --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 7dc565ce26..0ab72e9712 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -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"