Automatically show the Print Monitor when starting a print

CURA-1036
This commit is contained in:
fieldOfView 2016-07-01 15:06:49 +02:00
parent 6800991fa1
commit 087ebc0768
3 changed files with 11 additions and 1 deletions

View file

@ -242,6 +242,8 @@ class CuraApplication(QtApplication):
def _onEngineCreated(self):
self._engine.addImageProvider("camera", CameraImageProvider.CameraImageProvider())
showPrintMonitor = pyqtSignal(bool, arguments = ["show"])
## Cura has multiple locations where instance containers need to be saved, so we need to handle this differently.
#
# Note that the AutoSave plugin also calls this method.