mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix resolve in profile bug. Removed unnecessary imports. Removed unnecessary watch. Contributes to CURA-2007
This commit is contained in:
parent
0268bf3f56
commit
9521a85318
3 changed files with 3 additions and 5 deletions
|
@ -107,7 +107,7 @@ SettingItem
|
|||
target: input
|
||||
property: "text"
|
||||
value: {
|
||||
if ((propertyProvider.properties.resolve != "None") && (stackLevel != 0)) {
|
||||
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