mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fix copypaste mistake
This commit is contained in:
parent
f6eb008574
commit
1097dbdfa5
1 changed files with 1 additions and 1 deletions
|
@ -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 []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue