Merge pull request #1196 from fieldOfView/fix_um3_postprocessing

Allow postprocessing before sending data to the printer
This commit is contained in:
Jaime van Kessel 2016-11-30 09:12:06 +01:00 committed by GitHub
commit e6d280ee47

View file

@ -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()