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:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-09-23 19:21:04 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-09-23 19:21:04 +0300
commit5b2cdb8012df084573bd890301c094a9717300cf (patch)
tree8a0c1fc57b4ce9b56f303dc8349c789f0ab3e30e /plugins/USBPrinting/PrinterConnection.py
parente44297e400d2972fa4432bfd39177d69222d5d68 (diff)
Update RemovableDrive and USB output devices to use the new file_name parameter
Contributes to CURA-183
Diffstat (limited to 'plugins/USBPrinting/PrinterConnection.py')
-rw-r--r--plugins/USBPrinting/PrinterConnection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/USBPrinting/PrinterConnection.py b/plugins/USBPrinting/PrinterConnection.py
index 51b8a75fa2..323452b67c 100644
--- a/plugins/USBPrinting/PrinterConnection.py
+++ b/plugins/USBPrinting/PrinterConnection.py
@@ -457,7 +457,7 @@ class PrinterConnection(OutputDevice, QObject, SignalEmitter):
self._bed_temperature = temperature
self.bedTemperatureChanged.emit()
- def requestWrite(self, node):
+ def requestWrite(self, node, file_name = None):
self.showControlInterface()
def _setEndstopState(self, endstop_key, value):