mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
c5fae38c31
commit
abc28cc766
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ def getMetaData():
|
|||
}
|
||||
|
||||
def register(app):
|
||||
return CuraEngineBackend.CuraEngineBackend()
|
||||
return {"backend":CuraEngineBackend.CuraEngineBackend()}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue