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

@ -186,7 +186,6 @@ class MaterialManager(QObject):
for root_material_id in data_dict.values():
self._diameter_material_map[root_material_id] = default_root_material_id
# Map #4
# "machine" -> "nozzle name" -> "buildplate name" -> "root material ID" -> specific material InstanceContainer
self._diameter_machine_nozzle_buildplate_material_map = dict()