mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
Merge pull request #2857 from fieldOfView/fix_cluster_postprocessing
Allow postprocessing before sending data to the printer
This commit is contained in:
commit
af2b370921
@ -252,6 +252,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