mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Removed old perobject setting code, so plugin is actually loaded (instead of crashing)
CURA-1278
This commit is contained in:
parent
846dbc881e
commit
bcff683fb0
3 changed files with 16 additions and 15 deletions
|
@ -13,7 +13,7 @@ def getMetaData():
|
|||
"author": "Ultimaker",
|
||||
"version": "1.0",
|
||||
"description": i18n_catalog.i18nc("@info:whatsthis", "Provides the Per Object Settings."),
|
||||
"api": 2
|
||||
"api": 3
|
||||
},
|
||||
"tool": {
|
||||
"name": i18n_catalog.i18nc("@label", "Per Object Settings"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue