mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
STAR-322: Testing cloud printing
This commit is contained in:
parent
d482924ea2
commit
bfd236dae4
9 changed files with 129 additions and 37 deletions
|
@ -217,7 +217,7 @@ class CloudOutputDevice(NetworkedPrinterOutputDevice):
|
|||
printer.updateOutputModel(model)
|
||||
|
||||
# Always have an active printer
|
||||
if not self._active_printer:
|
||||
if self._printers and not self._active_printer:
|
||||
self.setActivePrinter(self._printers[0])
|
||||
|
||||
self.printersChanged.emit() # TODO: Make this more efficient by not updating every request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue