No longer trigger rebuilding node tree from quality manager

Also remove part of that from the material manager while we're at it.

Contributes to issue CURA-6600.
This commit is contained in:
Ghostkeeper 2019-08-12 17:29:05 +02:00
parent 71aed6858c
commit 2bf4ac8522
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 0 additions and 93 deletions

View file

@ -919,9 +919,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
application = CuraApplication.getInstance()
material_manager = application.getMaterialManager()
# Force update lookup tables first
material_manager.initialize()
for position, extruder_stack in extruder_stack_dict.items():
if position not in self._machine_info.extruder_info_dict:
continue
@ -979,10 +976,6 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
material_manager = Application.getInstance().getMaterialManager()
quality_manager = Application.getInstance().getQualityManager()
# Force update the lookup maps first
material_manager.initialize()
quality_manager.initialize()
machine_manager.setActiveMachine(global_stack.getId())
if self._quality_changes_to_apply: