mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
CURA-5570 Fix the configuration sync feature.
It crashed Cura because it was using an outdated signature of the method getMaterialNodeByType.
This commit is contained in:
parent
033a00ec20
commit
825a3cd08f
3 changed files with 6 additions and 3 deletions
|
@ -264,7 +264,6 @@ class QualityManager(QObject):
|
|||
# the list with priorities as the order. Later, we just need to loop over each node in this list and fetch
|
||||
# qualities from there.
|
||||
node_info_list_0 = [nozzle_name, buildplate_name, root_material_id]
|
||||
current_node_info_idx = 0
|
||||
nodes_to_check = []
|
||||
|
||||
# This function tries to recursively find the deepest (the most specific) branch and add those nodes to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue