mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:55:57 +08:00
Make sure the output device gets selected above local file output
This commit is contained in:
parent
10be9e6674
commit
0b1c4ea551
@ -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…
x
Reference in New Issue
Block a user