mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Merge branch '2.3' of github.com:Ultimaker/Cura
This commit is contained in:
commit
a581942869
14 changed files with 19 additions and 21 deletions
|
|
@ -769,6 +769,8 @@ class MachineManager(QObject):
|
|||
result = []
|
||||
empty_quality_changes = self._empty_quality_changes_container
|
||||
global_container_stack = self._global_container_stack
|
||||
if not global_container_stack:
|
||||
return []
|
||||
global_machine_definition = quality_manager.getParentMachineDefinition(global_container_stack.getBottom())
|
||||
|
||||
extruder_stacks = ExtruderManager.getInstance().getActiveExtruderStacks()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue