mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix typo in USBOutputController
This commit is contained in:
parent
bcfac3ace6
commit
8c7f8fa1fa
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ if MYPY:
|
|||
from cura.PrinterOutput.PrinterOutputModel import PrinterOutputModel
|
||||
|
||||
|
||||
class USBPrinterOuptutController(PrinterOutputController):
|
||||
class USBPrinterOutputController(PrinterOutputController):
|
||||
def __init__(self, output_device):
|
||||
super().__init__(output_device)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue