Fix copypaste mistake

This commit is contained in:
Jaime van Kessel 2020-08-24 10:11:49 +02:00
parent f6eb008574
commit 1097dbdfa5
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -627,7 +627,7 @@ class MachineManager(QObject):
# Provies a list of extruder positions that have a different intent from the active one.
@pyqtProperty("QStringList", notify=activeIntentChanged)
def extruderPositionsWithNonActiveIntent(self):
global_container_stack = _application.getGlobalContainerStack()
global_container_stack = self._application.getGlobalContainerStack()
if not global_container_stack:
return []