Revert "Added signal to prevent window closing if USB printer is printing"

This reverts commit 596a7b7169.
This commit is contained in:
Lipu Fei 2018-07-13 08:08:56 +02:00
parent a0c3767184
commit ac3d3bc5c0
4 changed files with 1 additions and 83 deletions

View file

@ -22,12 +22,6 @@ UM.MainWindow
backgroundColor: UM.Theme.getColor("viewport_background")
// Event which does the check before closing the window
onPreCloseChange:
{
event.accepted = CuraApplication.preCloseEventHandler()
}
// This connection is here to support legacy printer output devices that use the showPrintMonitor signal on Application to switch to the monitor stage
// It should be phased out in newer plugin versions.
Connections