mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 20:13:56 -06:00
Fix missing import
This commit is contained in:
parent
77f99ecf20
commit
9739dbd5f6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from UM.Resources import Resources
|
||||||
from cura.PrinterOutputDevice import PrinterOutputDevice
|
from cura.PrinterOutputDevice import PrinterOutputDevice
|
||||||
|
|
||||||
from enum import IntEnum
|
from enum import IntEnum
|
||||||
|
from threading import Thread
|
||||||
|
|
||||||
class FirmwareUpdater(QObject):
|
class FirmwareUpdater(QObject):
|
||||||
firmwareProgressChanged = pyqtSignal()
|
firmwareProgressChanged = pyqtSignal()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue