mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Update plugin metadata to the new format
This commit is contained in:
parent
b158e65839
commit
a7ed3ae2ae
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@ from . import CuraEngineBackend
|
|||
from UM.Preferences import Preferences
|
||||
|
||||
def getMetaData():
|
||||
return { "name": "CuraEngine Backend", "type": "Backend" }
|
||||
return {
|
||||
'type': 'backend',
|
||||
'plugin': {
|
||||
'name': "CuraEngine Backend"
|
||||
}
|
||||
}
|
||||
|
||||
def register(app):
|
||||
Preferences.addPreference("BackendLocation","../PinkUnicornEngine/CuraEngine")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue