Browse Source

Change the name of the original depriming settings

Change to align with the name in the XML material files.

Contributes to CURA-6662.
Diego Prado Gesto 5 years ago
parent
commit
9590262f18
1 changed files with 3 additions and 3 deletions
  1. 3 3
      plugins/XmlMaterialProfile/XmlMaterialProfile.py

+ 3 - 3
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"
     }