mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use the right catalog for the Cura plugins
This commit is contained in:
parent
f82ed32ef0
commit
1646007e9c
4 changed files with 14 additions and 7 deletions
|
@ -2,7 +2,7 @@ from . import GCodeWriter
|
|||
|
||||
from UM.i18n import i18nCatalog
|
||||
|
||||
catalog = i18nCatalog('plugins')
|
||||
catalog = i18nCatalog('cura')
|
||||
|
||||
def getMetaData():
|
||||
return {
|
||||
|
@ -21,4 +21,4 @@ def getMetaData():
|
|||
}
|
||||
|
||||
def register(app):
|
||||
return {"mesh_writer":GCodeWriter.GCodeWriter()}
|
||||
return { "mesh_writer": GCodeWriter.GCodeWriter() }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue