mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:05:54 +08:00
Merge pull request #1196 from fieldOfView/fix_um3_postprocessing
Allow postprocessing before sending data to the printer
This commit is contained in:
commit
e6d280ee47
@ -532,6 +532,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
|
|
||||||
Application.getInstance().showPrintMonitor.emit(True)
|
Application.getInstance().showPrintMonitor.emit(True)
|
||||||
self._print_finished = True
|
self._print_finished = True
|
||||||
|
self.writeStarted.emit(self)
|
||||||
self._gcode = getattr(Application.getInstance().getController().getScene(), "gcode_list")
|
self._gcode = getattr(Application.getInstance().getController().getScene(), "gcode_list")
|
||||||
|
|
||||||
print_information = Application.getInstance().getPrintInformation()
|
print_information = Application.getInstance().getPrintInformation()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user