mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
CURA-4854 Revert some changes in 619a8cc
that make that issue not working
This commit is contained in:
parent
1efc92ddbe
commit
7a84712fc9
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
# We will first find the correct quality profile for the extruder, then apply the same
|
||||
# quality profile for the global stack.
|
||||
#
|
||||
if has_extruder_stack_files and len(extruder_stacks) == 1:
|
||||
if len(extruder_stacks) == 1:
|
||||
extruder_stack = extruder_stacks[0]
|
||||
|
||||
search_criteria = {"type": "quality", "quality_type": global_stack.quality.getMetaDataEntry("quality_type")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue