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:
Diego Prado Gesto 2018-08-13 09:55:57 +02:00
parent 033a00ec20
commit 825a3cd08f
3 changed files with 6 additions and 3 deletions

View file

@ -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