mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 00:04:27 +08:00
Create abstract printers when adding lan printers.
CURA-9514
This commit is contained in:
parent
52b2a8322c
commit
17e6bccf51
@ -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."""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user