mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Revert "CS-171 Add R2 support"
This commit is contained in:
parent
7ff7ab53bf
commit
82aa0492ea
9 changed files with 10 additions and 33 deletions
|
@ -27,9 +27,6 @@ class AvrFirmwareUpdater(FirmwareUpdater):
|
|||
except (FileNotFoundError, AssertionError):
|
||||
Logger.log("e", "Unable to read provided hex file. Could not update firmware.")
|
||||
self._setFirmwareUpdateState(FirmwareUpdateState.firmware_not_found_error)
|
||||
except Exception:
|
||||
Logger.logException("e", "Failed to read hex file '%s'", self._firmware_file)
|
||||
self._setFirmwareUpdateState(FirmwareUpdateState.invalid_firmware_error)
|
||||
return
|
||||
|
||||
programmer = stk500v2.Stk500v2()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue