mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix the hacked "getResolveOrValue" to return value always instead of resolve
This commit is contained in:
parent
4da2de532b
commit
1c75a82779
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ class ExtruderManager(QObject):
|
|||
def getResolveOrValue(key):
|
||||
global_stack = Application.getInstance().getGlobalContainerStack()
|
||||
|
||||
resolved_value = global_stack.getProperty(key, "resolve")
|
||||
resolved_value = global_stack.getProperty(key, "value")
|
||||
#if resolved_value is not None:
|
||||
#user_container = global_stack.findContainer({"type": "user"})
|
||||
#quality_changes_container = global_stack.findContainer({"type": "quality_changes"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue