From 9590262f18e8edd878b69e6bf7aa1745ef8d2021 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Tue, 16 Jul 2019 09:55:50 +0200 Subject: [PATCH] Change the name of the original depriming settings Change to align with the name in the XML material files. Contributes to CURA-6662. --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 241d1a954f..68c8efc50f 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -1196,11 +1196,11 @@ class XmlMaterialProfile(InstanceContainer): "surface energy": "material_surface_energy", "shrinkage percentage": "material_shrinkage_percentage", "build volume temperature": "build_volume_temperature", - "anti ooze retracted position": "material_anti_ooze_retracted_position", + "anti ooze retract position": "material_anti_ooze_retracted_position", "anti ooze retract speed": "material_anti_ooze_retraction_speed", - "break preparation retracted position": "material_break_preparation_retracted_position", + "break preparation position": "material_break_preparation_retracted_position", "break preparation speed": "material_break_preparation_speed", - "break retracted position": "material_break_retracted_position", + "break position": "material_break_retracted_position", "break speed": "material_break_speed", "break temperature": "material_break_temperature" }