mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Create a function that given a printer type name, it will return and
abbreviated name. Contributes to CURA-5942.
This commit is contained in:
parent
5c30df2a68
commit
692868a0b4
3 changed files with 23 additions and 16 deletions
|
@ -65,7 +65,7 @@ Button
|
|||
model: printerTypesList
|
||||
delegate: Cura.PrinterTypeLabel
|
||||
{
|
||||
text: modelData
|
||||
text: Cura.MachineManager.getAbbreviatedMachineName(modelData)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue