mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58: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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue