mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Refactoring of USBPrinting plugin
This commit is contained in:
parent
cd888ded32
commit
b4df277cc3
9 changed files with 583 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from . import USBPrintDevice
|
||||
|
||||
from . import USBPrinterManager
|
||||
def getMetaData():
|
||||
return {
|
||||
'type': 'storage_device',
|
||||
|
|
@ -12,4 +12,4 @@ def getMetaData():
|
|||
}
|
||||
|
||||
def register(app):
|
||||
return USBPrintDevice.USBPrintDevice()
|
||||
return USBPrinterManager.USBPrinterManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue