mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Explicitly create MachineManager
This commit is contained in:
parent
12c51f4066
commit
0b8678d2ae
2 changed files with 2 additions and 6 deletions
|
@ -760,10 +760,6 @@ class MachineManager(QObject):
|
|||
# Signal that the global stack has changed
|
||||
Application.getInstance().globalContainerStackChanged.emit()
|
||||
|
||||
@staticmethod
|
||||
def createMachineManager():
|
||||
return MachineManager()
|
||||
|
||||
@pyqtSlot(int, result = QObject)
|
||||
def getExtruder(self, position: int):
|
||||
extruder = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue