From 5a92269a085455fe792cf6efc2d77e422477bdb6 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Mon, 15 Aug 2016 09:32:51 +0200 Subject: [PATCH] Testing. CURA-2007 --- resources/qml/Settings/SettingTextField.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/qml/Settings/SettingTextField.qml b/resources/qml/Settings/SettingTextField.qml index 389c91f6e4..2e47fbc821 100644 --- a/resources/qml/Settings/SettingTextField.qml +++ b/resources/qml/Settings/SettingTextField.qml @@ -107,6 +107,9 @@ SettingItem target: input property: "text" value: { + if (definition.key === "material_bed_temperature") { + CuraApplication.log("## " + propertyProvider.properties.resolve + " " + stackLevel); + } if ((propertyProvider.properties.resolve != "None") && (stackLevel != 0)) { // We have a resolve function. Indicates that the setting is not settable per extruder and that // we have to choose between the resolved value (default) and the global value