Removed control item

CL-541
This commit is contained in:
Jaime van Kessel 2018-01-04 13:31:54 +01:00
parent fc3a47cb7b
commit acde48108d

View file

@ -69,14 +69,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
self._finished_jobs = []
@pyqtProperty(QObject, notify=activePrinterChanged)
def controlItem(self):
if self._active_printer is None:
return super().controlItem
else:
# Let cura use the default.
return None
def requestWrite(self, nodes, file_name=None, filter_by_machine=False, file_handler=None, **kwargs):
# Notify the UI that a switch to the print monitor should happen
Application.getInstance().getController().setActiveStage("MonitorStage")