mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Automatically show the Print Monitor when starting a print
CURA-1036
This commit is contained in:
parent
f2187e4f6a
commit
ea3a039bdd
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._camera_timer.stop()
|
||||
|
||||
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")
|
||||
|
||||
# TODO: Implement all checks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue