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:
Jaime van Kessel 2017-07-20 13:30:57 +02:00
parent 216b1a7a14
commit 6e55bf2d8f
3 changed files with 40 additions and 4 deletions

View file

@ -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")