mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
Application.getInstance().showPrintMonitor.emit(True)
|
||||
self._print_finished = True
|
||||
self.writeStarted.emit(self)
|
||||
self._gcode = getattr(Application.getInstance().getController().getScene(), "gcode_list")
|
||||
|
||||
print_information = Application.getInstance().getPrintInformation()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue