CURA-4854 Revert some changes in 619a8cc that make that issue not working

This commit is contained in:
Diego Prado Gesto 2018-01-23 12:13:26 +01:00
parent 1efc92ddbe
commit 7a84712fc9

View file

@ -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")}