mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
Concerning the unfortunate crash...
..of the morning of the 13th day of March, in the 2018th year of our lord.
This commit is contained in:
parent
a87db2d721
commit
69dc4fa5e0
@ -875,6 +875,8 @@ class MachineManager(QObject):
|
||||
|
||||
@pyqtProperty("QVariantList", notify = globalContainerChanged)
|
||||
def currentExtruderPositions(self):
|
||||
if self._global_container_stack is None:
|
||||
return []
|
||||
return sorted(list(self._global_container_stack.extruders.keys()))
|
||||
|
||||
## Update _current_root_material_id and _current_root_material_name when
|
||||
|
Loading…
x
Reference in New Issue
Block a user