From a0c3738a49649f17d87a01e72731cadc84a6c038 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 4 Jun 2019 17:07:59 +0200 Subject: [PATCH] Add translations for deprime settings These need to be read for the deprime experiments in the PPA. Contributes to issue CURA-6329. --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index f057585cb5..2fb23d53e8 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -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",