Moved FirmwareUpdater to cura.PrinterOutput

This commit is contained in:
fieldOfView 2018-08-24 15:48:11 +02:00
parent 5d52239201
commit 77f99ecf20
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
from cura.PrinterOutputDevice import PrinterOutputDevice from cura.PrinterOutputDevice import PrinterOutputDevice
from cura.FirmwareUpdater import FirmwareUpdater, FirmwareUpdateState from cura.PrinterOutput.FirmwareUpdater import FirmwareUpdater, FirmwareUpdateState
from .avr_isp import stk500v2, intelHex from .avr_isp import stk500v2, intelHex