Explicitly create MachineManager

This commit is contained in:
Lipu Fei 2018-02-26 19:33:16 +01:00
parent 12c51f4066
commit 0b8678d2ae
2 changed files with 2 additions and 6 deletions

View file

@ -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