mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
WIP: Fixes and add cloud logic to cloud welcome page
This commit is contained in:
parent
5fa2c72b0d
commit
60f6d881a3
2 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,7 @@ class DiscoveredPrinter(QObject):
|
|||
self._ip_address = ip_address
|
||||
self._key = key
|
||||
self._name = name
|
||||
self._create_callback = create_callback
|
||||
self.create_callback = create_callback
|
||||
self._machine_type = machine_type
|
||||
self._device = device
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue