mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Directly use empty containers in MachineManager
CURA-5812 Instead of looking up for the empty containers via ContainerRegistry, import and use them directly.
This commit is contained in:
parent
e5efd1e41f
commit
9b94db8957
2 changed files with 43 additions and 46 deletions
|
@ -691,7 +691,7 @@ class CuraApplication(QtApplication):
|
|||
self._quality_manager.initialize()
|
||||
|
||||
Logger.log("i", "Initializing machine manager")
|
||||
self._machine_manager = MachineManager(self)
|
||||
self._machine_manager = MachineManager(self, parent = self)
|
||||
|
||||
Logger.log("i", "Initializing container manager")
|
||||
self._container_manager = ContainerManager(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue