mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Move PrinterOutputDevice into cura.PrinterOutput module
This commit is contained in:
parent
e30104ff7f
commit
2b39d6422c
20 changed files with 24 additions and 26 deletions
|
@ -9,7 +9,7 @@ from typing import Union
|
|||
|
||||
MYPY = False
|
||||
if MYPY:
|
||||
from cura.PrinterOutputDevice import PrinterOutputDevice
|
||||
from cura.PrinterOutput.PrinterOutputDevice import PrinterOutputDevice
|
||||
|
||||
class FirmwareUpdater(QObject):
|
||||
firmwareProgressChanged = pyqtSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue