Skip to content

Releases: OctoPrint/OctoPrint-FirmwareUpdater

v1.7.3

27 Nov 20:17
Compare
Choose a tag to compare

Changes

Fix the navbar icon not showing due to broken dependency on Font Awesome v5.

v1.7.2

27 Nov 17:23
4cd8b5a
Compare
Choose a tag to compare

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

27 Nov 08:54
53adb61
Compare
Choose a tag to compare

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

31 Mar 07:01
81b5a38
Compare
Choose a tag to compare

Changes

Python3 Compatibility - thanks @onovy

v1.6.1

16 Aug 13:51
9cee606
Compare
Choose a tag to compare

Changes

  • Fixed the LPC1768 firmware folder path check so that it actually requires a folder.

v1.6.0

31 Jul 18:31
bdefc70
Compare
Choose a tag to compare
  • Adds support for flashing FYSETC Cheetah and other STM32-based boards with stm32flash (thanks, @trouch!)

1.5.0

17 Jun 12:43
8cc0ca7
Compare
Choose a tag to compare
  • 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

22 May 11:43
855931c
Compare
Choose a tag to compare
  • 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

09 May 11:28
cbc46da
Compare
Choose a tag to compare

Changes

  • LPC1768 SD card will be unmounted before the board is reset.

1.3.0

26 Apr 08:40
4569003
Compare
Choose a tag to compare
  • Adds support for LPC1768 boards (MKS SBASE, SKR, Re-ARM, etc.)
  • Adds option for pre-flash and post-flash system commands