mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update Cura plugin metadata
This commit is contained in:
parent
67b7d00580
commit
dca39383d9
4 changed files with 8 additions and 7 deletions
|
@ -9,7 +9,7 @@ def getMetaData():
|
||||||
"type": "backend",
|
"type": "backend",
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"name": "CuraEngine Backend",
|
"name": "CuraEngine Backend",
|
||||||
"author": "Arjen Hiemstra",
|
"author": "Ultimaker",
|
||||||
"description": catalog.i18nc("CuraEngine backend plugin description", "Provides the link to the CuraEngine slicing backend")
|
"description": catalog.i18nc("CuraEngine backend plugin description", "Provides the link to the CuraEngine slicing backend")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
from . import GCodeWriter
|
from . import GCodeWriter
|
||||||
|
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
|
|
||||||
catalog = i18nCatalog("cura")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
|
@ -9,7 +8,7 @@ def getMetaData():
|
||||||
"type": "mesh_writer",
|
"type": "mesh_writer",
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"name": "GCode Writer",
|
"name": "GCode Writer",
|
||||||
"author": "Arjen Hiemstra",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": catalog.i18nc("GCode Writer Plugin Description", "Writes GCode to a file")
|
"description": catalog.i18nc("GCode Writer Plugin Description", "Writes GCode to a file")
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,7 +7,10 @@ def getMetaData():
|
||||||
return {
|
return {
|
||||||
"type": "view",
|
"type": "view",
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"name": "Layer View"
|
"name": "Layer View",
|
||||||
|
"author": "Ultimaker",
|
||||||
|
"version": "1.0",
|
||||||
|
"description": catalog.i18nc("Layer View plugin description", "Provides the Layer view.")
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": catalog.i18nc("Layers View mode", "Layers"),
|
"name": catalog.i18nc("Layers View mode", "Layers"),
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
from . import USBPrinterManager
|
from . import USBPrinterManager
|
||||||
|
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
|
|
||||||
i18n_catalog = i18nCatalog("cura")
|
i18n_catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
|
@ -9,9 +8,9 @@ def getMetaData():
|
||||||
"type": "extension",
|
"type": "extension",
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"name": "USB printing",
|
"name": "USB printing",
|
||||||
"author": "Jaime van Kessel",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": i18n_catalog.i18nc("usb printing description","Accepts G-Code and sends them to a printer. Plugin can also update firmware")
|
"description": i18n_catalog.i18nc("USB Printing plugin description","Accepts G-Code and sends them to a printer. Plugin can also update firmware")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue