mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Plugin registering is now done by dict instead of single object or list
This commit is contained in:
parent
d0703be1d6
commit
6fc044387a
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ def getMetaData():
|
||||||
}
|
}
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
return GCodeWriter.GCodeWriter()
|
return {"mesh_writer":GCodeWriter.GCodeWriter()}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue