mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Cleanup
This commit is contained in:
parent
72ac8b5f4c
commit
d280252437
7 changed files with 81 additions and 91 deletions
|
@ -44,7 +44,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||
|
||||
## Indicate that this plugin supports adding networked printers manually.
|
||||
def canAddManualDevice(self, address: str = "") -> ManualDeviceAdditionAttempt:
|
||||
return ManualDeviceAdditionAttempt.POSSIBLE
|
||||
return ManualDeviceAdditionAttempt.PRIORITY
|
||||
|
||||
## Add a networked printer manually based on its network address.
|
||||
def addManualDevice(self, address: str, callback: Optional[Callable[[bool, str], None]] = None) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue