Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2016-11-09 16:03:57 +0300
committerJaime van Kessel <nallath@gmail.com>2016-11-09 16:03:57 +0300
commit304696c8090a10b14b3f7e8160b5569d37432b9c (patch)
treeb9629f25350dd719813e2e44b7f139527b082b1f /cura/PrinterOutputDevice.py
parente30038435cf24395ac38c730b61330006f456c7e (diff)
OutputDevices now take file_handler into account
CURA-1263
Diffstat (limited to 'cura/PrinterOutputDevice.py')
-rw-r--r--cura/PrinterOutputDevice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py
index f90566c30b..efabeae641 100644
--- a/cura/PrinterOutputDevice.py
+++ b/cura/PrinterOutputDevice.py
@@ -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