mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:09:00 +08:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
5133d0b2a1
commit
4a965e04b4
@ -16,4 +16,4 @@ def getMetaData():
|
|||||||
}
|
}
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
return USBPrinterManager.USBPrinterManager()
|
return {"extension":USBPrinterManager.USBPrinterManager()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user