mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
WIP: Fix refresh and naming
This commit is contained in:
parent
e5b51c8edf
commit
2b0e9ea439
6 changed files with 13 additions and 13 deletions
|
@ -72,7 +72,7 @@ class DiscoveredPrinter(QObject):
|
|||
# to add networked printers (Plugin finds a bunch of printers, user can select one from the list, plugin can then
|
||||
# add that printer to Cura as the active one).
|
||||
#
|
||||
class DiscoveredPrinterModel(QObject):
|
||||
class DiscoveredPrintersModel(QObject):
|
||||
|
||||
def __init__(self, parent: Optional["QObject"]) -> None:
|
||||
super().__init__(parent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue