mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -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
|
from UM.Preferences import Preferences
|
||||||
|
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
return { "name": "CuraEngine Backend", "type": "Backend" }
|
return {
|
||||||
|
'type': 'backend',
|
||||||
|
'plugin': {
|
||||||
|
'name': "CuraEngine Backend"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
Preferences.addPreference("BackendLocation","../PinkUnicornEngine/CuraEngine")
|
Preferences.addPreference("BackendLocation","../PinkUnicornEngine/CuraEngine")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue