Rename deprime settings with the new name

These have been renamed for greater clarity. We also have to rename them on this side now.

Contributes to issue CURA-6329.
This commit is contained in:
Ghostkeeper 2019-06-26 16:41:51 +02:00
parent efa42ccbd1
commit faf256b2f0
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 6 additions and 6 deletions

View file

@ -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 retract position": "material_anti_ooze_retraction_distance",
"anti ooze retracted position": "material_anti_ooze_retracted_position",
"anti ooze retract speed": "material_anti_ooze_retraction_speed",
"break preparation position": "material_break_preparation_distance",
"break preparation retracted position": "material_break_preparation_retracted_position",
"break preparation speed": "material_break_preparation_speed",
"break position": "material_break_distance",
"break retracted position": "material_break_retracted_position",
"break speed": "material_break_speed",
"break temperature": "material_break_temperature"
}