Create abstract printers when adding lan printers.

CURA-9514
This commit is contained in:
joeydelarago 2022-08-24 10:07:17 +02:00
parent 52b2a8322c
commit 17e6bccf51

View File

@ -232,6 +232,9 @@ class LocalClusterOutputDeviceManager:
self._connectToOutputDevice(device, new_machine)
self._showCloudFlowMessage(device)
_abstract_machine = CuraStackBuilder.createAbstractMachine(device.printerType)
def _storeManualAddress(self, address: str) -> None:
"""Add an address to the stored preferences."""