mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:35:58 +08:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
d0703be1d6
commit
6fc044387a
@ -21,4 +21,4 @@ def getMetaData():
|
|||||||
}
|
}
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
return GCodeWriter.GCodeWriter()
|
return {"mesh_writer":GCodeWriter.GCodeWriter()}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user