mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Moved certain meta data entries to seperate file
CURA-3856 & CURA-3712
This commit is contained in:
parent
015c253252
commit
44125d3275
54 changed files with 224 additions and 203 deletions
|
@ -8,13 +8,6 @@ i18n_catalog = i18nCatalog("cura")
|
|||
|
||||
def getMetaData():
|
||||
return {
|
||||
"plugin": {
|
||||
"name": i18n_catalog.i18nc("@label", "G-code Reader"),
|
||||
"author": "Victor Larchenko",
|
||||
"version": "1.0",
|
||||
"description": i18n_catalog.i18nc("@info:whatsthis", "Allows loading and displaying G-code files."),
|
||||
"api": 3
|
||||
},
|
||||
"mesh_reader": [
|
||||
{
|
||||
"extension": "gcode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue