mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 07:18:59 +08:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
c5fae38c31
commit
abc28cc766
@ -10,5 +10,5 @@ def getMetaData():
|
||||
}
|
||||
|
||||
def register(app):
|
||||
return CuraEngineBackend.CuraEngineBackend()
|
||||
return {"backend":CuraEngineBackend.CuraEngineBackend()}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user