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
|
@ -1,7 +1,6 @@
|
|||
from . import GCodeWriter
|
||||
|
||||
from UM.i18n import i18nCatalog
|
||||
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
def getMetaData():
|
||||
|
@ -9,7 +8,7 @@ def getMetaData():
|
|||
"type": "mesh_writer",
|
||||
"plugin": {
|
||||
"name": "GCode Writer",
|
||||
"author": "Arjen Hiemstra",
|
||||
"author": "Ultimaker",
|
||||
"version": "1.0",
|
||||
"description": catalog.i18nc("GCode Writer Plugin Description", "Writes GCode to a file")
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue