mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-06 04:45:09 +08:00
Allow postprocessing before sending data to the printer
Fixes https://github.com/Ultimaker/Cura/issues/2855
Also see 91e8ac6868
This commit is contained in:
parent
bf1ecba641
commit
bc9d31ccbc
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user