Add translations for deprime settings

These need to be read for the deprime experiments in the PPA.

Contributes to issue CURA-6329.
This commit is contained in:
Ghostkeeper 2019-06-04 17:07:59 +02:00
parent b9e4ce8d15
commit a0c3738a49
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -1180,6 +1180,14 @@ 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 retract speed": "material_anti_ooze_retraction_speed",
"break preparation position": "material_break_preparation_distance",
"break preparation speed": "material_break_preparation_speed",
"break preparation temperature": "material_break_preparation_temperature",
"break position": "material_break_distance",
"break speed": "material_break_speed",
"break temperature": "material_break_temperature"
}
__unmapped_settings = [
"hardware compatible",