mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Create abstract printers when adding lan printers.
CURA-9514
This commit is contained in:
parent
52b2a8322c
commit
17e6bccf51
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@ class LocalClusterOutputDeviceManager:
|
||||||
self._connectToOutputDevice(device, new_machine)
|
self._connectToOutputDevice(device, new_machine)
|
||||||
self._showCloudFlowMessage(device)
|
self._showCloudFlowMessage(device)
|
||||||
|
|
||||||
|
_abstract_machine = CuraStackBuilder.createAbstractMachine(device.printerType)
|
||||||
|
|
||||||
|
|
||||||
def _storeManualAddress(self, address: str) -> None:
|
def _storeManualAddress(self, address: str) -> None:
|
||||||
"""Add an address to the stored preferences."""
|
"""Add an address to the stored preferences."""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue