mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
OutputDevices now take file_handler into account
CURA-1263
This commit is contained in:
parent
e30038435c
commit
304696c809
2 changed files with 14 additions and 6 deletions
|
@ -49,7 +49,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
self._printer_state = ""
|
||||
self._printer_type = "unknown"
|
||||
|
||||
def requestWrite(self, nodes, file_name = None, filter_by_machine = False):
|
||||
def requestWrite(self, nodes, file_name = None, filter_by_machine = False, file_handler = None):
|
||||
raise NotImplementedError("requestWrite needs to be implemented")
|
||||
|
||||
## Signals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue