mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Undo material edit update resolve, breaks UM3. Contributes to CURA-2159
This commit is contained in:
parent
72b3dffa22
commit
1c1be7d444
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ SettingItem
|
|||
// 3: material -> user changed material in materialspage
|
||||
// 4: variant
|
||||
// 5: machine
|
||||
if ((propertyProvider.properties.resolve != "None") && (stackLevel != 0) && (stackLevel != 1) && (stackLevel != 3)) {
|
||||
if ((propertyProvider.properties.resolve != "None") && (stackLevel != 0) && (stackLevel != 1)) {
|
||||
// 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
|
||||
// (if user has explicitly set this).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue