mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Merge branch '3.0'
This commit is contained in:
commit
c2515ca7a9
5 changed files with 113 additions and 13 deletions
|
@ -1132,7 +1132,7 @@ class MachineManager(QObject):
|
|||
machine_stacks = ContainerRegistry.getInstance().findContainerStacks(type = "machine")
|
||||
other_machine_stacks = [s for s in machine_stacks if s.getId() != machine_id]
|
||||
if other_machine_stacks:
|
||||
Application.getInstance().setGlobalContainerStack(other_machine_stacks[0])
|
||||
self.setActiveMachine(other_machine_stacks[0].getId())
|
||||
|
||||
ExtruderManager.getInstance().removeMachineExtruders(machine_id)
|
||||
containers = ContainerRegistry.getInstance().findInstanceContainers(type = "user", machine = machine_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue