mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-11 02:13:01 -07:00
13 lines
281 B
Python
13 lines
281 B
Python
# Copyright (c) 2017 Ultimaker B.V.
|
|
# Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
from . import USBPrinterOutputDeviceManager
|
|
|
|
|
|
def getMetaData():
|
|
return {}
|
|
|
|
|
|
def register(app):
|
|
# USBPrinting plugin disabled: do not register any output devices
|
|
return {}
|