mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Make params named so we know what we're doing
This commit is contained in:
parent
bd6056dd33
commit
8087fa421d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class NetworkOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||
|
||||
# Export the file.
|
||||
stream = mesh_format.createStream()
|
||||
job = WriteFileJob(mesh_format.writer, stream, nodes, mesh_format.file_mode)
|
||||
job = WriteFileJob(writer=mesh_format.writer, stream=stream, data=nodes, mode=mesh_format.file_mode)
|
||||
job.setFileName(file_name)
|
||||
job.finished.connect(self._onPrintJobCreated)
|
||||
job.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue