mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
UI now displays an option to select the same profile
CURA-11561
This commit is contained in:
parent
c6e5620295
commit
733ef4d3d8
8 changed files with 64 additions and 7 deletions
|
@ -25,12 +25,20 @@ def getMetaData() -> Dict:
|
|||
{
|
||||
"extension": "3mf",
|
||||
"description": catalog.i18nc("@item:inlistbox", "3MF File")
|
||||
},
|
||||
{
|
||||
"extension": "pcb",
|
||||
"description": catalog.i18nc("@item:inlistbox", "PCB File")
|
||||
}
|
||||
]
|
||||
metaData["workspace_reader"] = [
|
||||
{
|
||||
"extension": workspace_extension,
|
||||
"description": catalog.i18nc("@item:inlistbox", "3MF File")
|
||||
},
|
||||
{
|
||||
"extension": "pcb",
|
||||
"description": catalog.i18nc("@item:inlistbox", "PCB File")
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue