mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Added typing
CL-541
This commit is contained in:
parent
b4c83814d9
commit
79add4ffd8
4 changed files with 21 additions and 17 deletions
|
@ -22,7 +22,7 @@ import serial.tools.list_ports
|
|||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
|
||||
## Manager class that ensures that a usbPrinteroutput device is created for every connected USB printer.
|
||||
## Manager class that ensures that an USBPrinterOutput device is created for every connected USB printer.
|
||||
@signalemitter
|
||||
class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin):
|
||||
addUSBOutputDeviceSignal = Signal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue