Releases: OctoPrint/OctoPrint-FirmwareUpdater
Releases · OctoPrint/OctoPrint-FirmwareUpdater
v1.7.3
Changes
Fix the navbar icon not showing due to broken dependency on Font Awesome v5.
v1.7.2
Changes
Adds a navbar icon which can be used to quickly access the Firmware Updater. The icon is disabled by default and must be enabled via the plugin's settings page. Once enabled the web interface must be reloaded.
The icon will only appear if it is enabled and if the logged in user has admin rights (because admin rights are required to flash firmware).
v1.7.1
Adds advanced option for sending gcode commands to the printer before updating the firmware.
Can be used to dismount the USB/SD card media by sending M22
prior to initiating the firmware update.
v1.7.0
Changes
Python3 Compatibility - thanks @onovy
v1.6.1
Changes
- Fixed the LPC1768 firmware folder path check so that it actually requires a folder.
v1.6.0
- Adds support for flashing FYSETC Cheetah and other STM32-based boards with stm32flash (thanks, @trouch!)
1.5.0
- Fairly major changes to the back-end Python code to make it easier to add new flash methods and maintain the existing ones
- Fix for an issue where saving a disabled and empty post-flash delay value caused a 'Flashing failed' message after flash completed
1.4.0
- Add support for Printrboard (and other AT90USB-based boards)
- Fix an issue where consecutive LPC1768 firmware flashes caused a Kernel Oops on the Pi
- Improve bossac error handling for SAM boards
1.3.1
Changes
- LPC1768 SD card will be unmounted before the board is reset.
1.3.0
- Adds support for LPC1768 boards (MKS SBASE, SKR, Re-ARM, etc.)
- Adds option for pre-flash and post-flash system commands