mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
WIP: Fix material lookup problems and update definition files
This commit is contained in:
parent
730cbb25bf
commit
c469ebbf9f
19 changed files with 51 additions and 66 deletions
|
|
@ -320,7 +320,7 @@ class QualityManager(QObject):
|
|||
# No suitable quality found: not supported
|
||||
Logger.log("d", "Cannot find quality with machine [%s], variant name [%s], and materials [%s].",
|
||||
machine_definition_id, variant_name, ", ".join(root_material_id_list))
|
||||
continue
|
||||
|
||||
else:
|
||||
# In this case, we only have a specific material but NOT a variant
|
||||
if has_material:
|
||||
|
|
@ -332,7 +332,6 @@ class QualityManager(QObject):
|
|||
# No suitable quality found: not supported
|
||||
Logger.log("d", "Cannot find quality with machine [%s], variant name [%s], and materials [%s].",
|
||||
machine_definition_id, variant_name, ", ".join(root_material_id_list))
|
||||
continue
|
||||
|
||||
node_to_check = material_node
|
||||
if not node_to_check:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue