Automatically show the Print Monitor when starting a print

CURA-1036
This commit is contained in:
fieldOfView 2016-07-01 15:07:17 +02:00
parent f2187e4f6a
commit ea3a039bdd

View file

@ -196,6 +196,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
self._camera_timer.stop() self._camera_timer.stop()
def requestWrite(self, node, file_name = None, filter_by_machine = False): def requestWrite(self, node, file_name = None, filter_by_machine = False):
Application.getInstance().showPrintMonitor.emit(True)
self._gcode = getattr(Application.getInstance().getController().getScene(), "gcode_list") self._gcode = getattr(Application.getInstance().getController().getScene(), "gcode_list")
# TODO: Implement all checks. # TODO: Implement all checks.