From 36a206b418f3585689185426eefe0eb500926b77 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 4 Jun 2019 17:23:20 +0200 Subject: [PATCH] Also remove translation for break preparation temperature This setting is no longer used. If I don't remove it, it'll complain when syncing materials with the printer because it tries to serialise the material profiles then. Contributes to issue CURA-6329. --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 2fb23d53e8..7e99b0f725 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -1184,7 +1184,6 @@ class XmlMaterialProfile(InstanceContainer): "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"