|
@@ -1,7 +1,6 @@
|
|
from . import USBPrinterManager
|
|
from . import USBPrinterManager
|
|
|
|
|
|
from UM.i18n import i18nCatalog
|
|
from UM.i18n import i18nCatalog
|
|
-
|
|
|
|
i18n_catalog = i18nCatalog("cura")
|
|
i18n_catalog = i18nCatalog("cura")
|
|
|
|
|
|
def getMetaData():
|
|
def getMetaData():
|
|
@@ -9,9 +8,9 @@ def getMetaData():
|
|
"type": "extension",
|
|
"type": "extension",
|
|
"plugin": {
|
|
"plugin": {
|
|
"name": "USB printing",
|
|
"name": "USB printing",
|
|
- "author": "Jaime van Kessel",
|
|
|
|
|
|
+ "author": "Ultimaker",
|
|
"version": "1.0",
|
|
"version": "1.0",
|
|
- "description": i18n_catalog.i18nc("usb printing description","Accepts G-Code and sends them to a printer. Plugin can also update firmware")
|
|
|
|
|
|
+ "description": i18n_catalog.i18nc("USB Printing plugin description","Accepts G-Code and sends them to a printer. Plugin can also update firmware")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|