Allow postprocessing before sending data to the printer

Fixes https://github.com/Ultimaker/Cura/issues/2855
Also see 91e8ac6868
This commit is contained in:
fieldOfView 2017-11-26 21:44:09 +01:00
parent bf1ecba641
commit bc9d31ccbc

View File

@ -263,6 +263,8 @@ class NetworkClusterPrinterOutputDevice(NetworkPrinterOutputDevice.NetworkPrinte
self._error_message.show() self._error_message.show()
return return
self.writeStarted.emit(self) # Allow postprocessing before sending data to the printer
if len(self._printers) > 1: if len(self._printers) > 1:
self.spawnPrintView() # Ask user how to print it. self.spawnPrintView() # Ask user how to print it.
elif len(self._printers) == 1: elif len(self._printers) == 1: