mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Show readable machine type in add by ip page
CURA-6057
This commit is contained in:
parent
0bac3e8111
commit
ad51d8f1b6
2 changed files with 5 additions and 1 deletions
|
@ -1630,6 +1630,7 @@ class MachineManager(QObject):
|
|||
|
||||
return abbr_machine
|
||||
|
||||
@pyqtSlot(str, result = str)
|
||||
def getMachineTypeNameFromId(self, machine_type_id: str) -> str:
|
||||
machine_type_name = ""
|
||||
results = self._container_registry.findDefinitionContainersMetadata(id = machine_type_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue