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.
This commit is contained in:
Ghostkeeper 2016-10-17 15:50:35 +02:00
parent b3e3053323
commit 96e516c676
No known key found for this signature in database
GPG key ID: 701948C5954A7385
4 changed files with 44 additions and 14 deletions

View file

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