mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 12:05:57 +08:00
Automatically show the Print Monitor when starting a print
CURA-1036
This commit is contained in:
parent
f2187e4f6a
commit
ea3a039bdd
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user