mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
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:
parent
71aed6858c
commit
2bf4ac8522
2 changed files with 0 additions and 93 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue