mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 01:33:14 +08:00
Fix extruder manager single instance from qml - CURA-4482
This commit is contained in:
parent
2e1da58570
commit
8f41185f22
@ -106,7 +106,7 @@ class ExtruderManager(QObject):
|
||||
|
||||
@staticmethod
|
||||
def createExtruderManager():
|
||||
return ExtruderManager()
|
||||
return ExtruderManager().getInstance()
|
||||
|
||||
## Gets an instance of the extruder manager, or creates one if no instance
|
||||
# exists yet.
|
||||
|
Loading…
x
Reference in New Issue
Block a user