mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
If output device has a contorl item, that one is used.
If a printerOutput device does not define anything, the fallback is used. CURA-4057
This commit is contained in:
parent
216b1a7a14
commit
6e55bf2d8f
3 changed files with 40 additions and 4 deletions
|
@ -179,7 +179,6 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
self._compressing_print = False
|
||||
self._monitor_view_qml_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "MonitorItem.qml")
|
||||
|
||||
printer_type = self._properties.get(b"machine", b"").decode("utf-8")
|
||||
if printer_type.startswith("9511"):
|
||||
self._updatePrinterType("ultimaker3_extended")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue