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:
authorGhostkeeper <rubend@tutanota.com>2016-10-17 16:50:35 +0300
committerGhostkeeper <rubend@tutanota.com>2016-10-17 16:53:33 +0300
commit96e516c676e78ab7671a48b97bbf1a6a3a81f63d (patch)
tree8993044a6aa2b7eaf427f1298fd4a85c7b6a9636 /cura/PrinterOutputDevice.py
parentb3e3053323cbc30faa0dfbf02d55c30e8d04b74a (diff)
Allow for saving multiple scene nodes at the same time
The selection saving saves the entire current selection and their child nodes. Contributes to issue CURA-2617.
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 12335e940b..bbf35da6f8 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, node, file_name = None, filter_by_machine = False):
+ def requestWrite(self, nodes, file_name = None, filter_by_machine = False):
raise NotImplementedError("requestWrite needs to be implemented")
## Signals