mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Automatically show the Print Monitor when starting a print
CURA-1036
This commit is contained in:
parent
6800991fa1
commit
087ebc0768
3 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue