diff --git a/__init__.py b/__init__.py index 0baf6a0b51..99e9d8249d 100644 --- a/__init__.py +++ b/__init__.py @@ -21,4 +21,4 @@ def getMetaData(): } def register(app): - return GCodeWriter.GCodeWriter() + return {"mesh_writer":GCodeWriter.GCodeWriter()}