Cura/plugins/USBPrinting/__init__.py
2025-09-15 14:56:19 +02:00

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 {}