mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Fix extruder manager single instance from qml - CURA-4482
This commit is contained in:
parent
2e1da58570
commit
8f41185f22
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class ExtruderManager(QObject):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def createExtruderManager():
|
def createExtruderManager():
|
||||||
return ExtruderManager()
|
return ExtruderManager().getInstance()
|
||||||
|
|
||||||
## Gets an instance of the extruder manager, or creates one if no instance
|
## Gets an instance of the extruder manager, or creates one if no instance
|
||||||
# exists yet.
|
# exists yet.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue