mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:55:56 +08:00
Testing. CURA-2007
This commit is contained in:
parent
4ea9276682
commit
5a92269a08
@ -107,6 +107,9 @@ SettingItem
|
|||||||
target: input
|
target: input
|
||||||
property: "text"
|
property: "text"
|
||||||
value: {
|
value: {
|
||||||
|
if (definition.key === "material_bed_temperature") {
|
||||||
|
CuraApplication.log("## " + propertyProvider.properties.resolve + " " + stackLevel);
|
||||||
|
}
|
||||||
if ((propertyProvider.properties.resolve != "None") && (stackLevel != 0)) {
|
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 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
|
// we have to choose between the resolved value (default) and the global value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user