mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Added extensions as a working plugin type
This commit is contained in:
parent
6e9a07d73c
commit
0defece4bd
2 changed files with 12 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
from . import USBPrinterManager
|
||||
def getMetaData():
|
||||
return {
|
||||
'type': 'storage_device',
|
||||
'type': 'extension',
|
||||
'plugin': {
|
||||
'name': 'Local File Storage',
|
||||
'name': 'USB printing',
|
||||
'author': 'Jaime van Kessel',
|
||||
'version': '1.0',
|
||||
'description': 'Accepts G-Code and sends them to a printer. '
|
||||
'description': 'Accepts G-Code and sends them to a printer. Plugin can also update firmware '
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue