From 12379b15cdb4fbe1af1975928fe3d6d515e76a8b Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 30 Jun 2022 16:37:26 +0200 Subject: [PATCH] Use correct key for serialized setting to keep 'recommend cleaning after n prints' instead of 'recommended cleaning after n prints' CURA-9432 --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 8b89967326..527fa4ec13 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -1201,8 +1201,7 @@ class XmlMaterialProfile(InstanceContainer): "dwell time before break preparation move", "pressure release dwell time", "tainted print core max temperature", - "recommended cleaning after n prints", - + "recommend cleaning after n prints", "maximum heated bed temperature", "material bed adhesion temperature", "maximum heated chamber temperature",