mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Update API version of two required plugins
This commit is contained in:
parent
44246c0676
commit
38492cb230
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ def getMetaData():
|
||||||
"name": catalog.i18nc("@label", "CuraEngine Backend"),
|
"name": catalog.i18nc("@label", "CuraEngine Backend"),
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"description": catalog.i18nc("@info:whatsthis", "Provides the link to the CuraEngine slicing backend."),
|
"description": catalog.i18nc("@info:whatsthis", "Provides the link to the CuraEngine slicing backend."),
|
||||||
"api": 2
|
"api": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ def getMetaData():
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": i18n_catalog.i18nc("@info:whatsthis", "Provides a normal solid mesh view."),
|
"description": i18n_catalog.i18nc("@info:whatsthis", "Provides a normal solid mesh view."),
|
||||||
"api": 2
|
"api": 3
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid"),
|
"name": i18n_catalog.i18nc("@item:inmenu", "Solid"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue