mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Make sure the output device gets selected above local file output
This commit is contained in:
parent
10be9e6674
commit
0b1c4ea551
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._key = key
|
||||
self._properties = properties # Properties dict as provided by zero conf
|
||||
|
||||
self.setPriority(2) # Make sure the output device gets selected above local file output
|
||||
|
||||
self._gcode = None
|
||||
|
||||
# This holds the full JSON file that was received from the last request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue