Browse Source

Testing. CURA-2007

Jack Ha 8 years ago
parent
commit
5a92269a08
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/qml/Settings/SettingTextField.qml

+ 3 - 0
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