mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed control item
CL-541
This commit is contained in:
parent
fc3a47cb7b
commit
acde48108d
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue