Skip to content

Releases: OctoPrint/OctoPrint-FirmwareUpdater

1.8.0rc2

30 Jan 20:39
6b93ae4
Compare
Choose a tag to compare
1.8.0rc2 Pre-release
Pre-release

Release candidate for 1.8.0

Changes

  • Settings UI re-org
  • Rename lpc1768 to lpc176x in UI
  • Add short delay after sending M22 to give board time to release the SD card

1.8.0rc1

30 Jan 18:39
704f137
Compare
Choose a tag to compare
1.8.0rc1 Pre-release
Pre-release

Release candidate for 1.8.0

Changes

  • Settings re-org
  • Rename lpc1768 to lpc176x in UI

1.8.0b1

30 Jan 15:28
Compare
Choose a tag to compare
1.8.0b1 Pre-release
Pre-release

Beta release for 1.8.0

Changes

  • Settings re-org
  • Rename lpc1768 to lpc176x in UI

1.7.7

20 Jan 19:08
66d67f8
Compare
Choose a tag to compare

Changes

  • Added option to remember the last URL when using 'Flash from URL'
  • Added support for flashing Prusa MMU and CW1 (code courtesy of @Samaelson - thanks!)
  • Plugin settings modal dialog won't close until the settings are actually saved

1.7.7rc0

19 Jan 14:30
de4761a
Compare
Choose a tag to compare
1.7.7rc0 Pre-release
Pre-release

Release candidate for v1.7.7

Changes from v1.7.6

  • Added option to remember the last URL when using 'Flash from URL'
  • Added support for flashing Prusa MMU and CW1 (code courtesy of @Samaelson - thanks!)
  • Plugin settings modal dialog won't close until the settings are actually saved

1.7.7b4

18 Jan 23:23
Compare
Choose a tag to compare
1.7.7b4 Pre-release
Pre-release

Beta release for v1.7.7

Changes

  • Added option to remember the last URL
  • Added support for flashing Prusa MMU and CW1 (code courtesy of @Samaelson - thanks!)
  • Plugin settings modal won't close until the settings are actually saved

1.7.7b3

14 Jan 15:37
Compare
Choose a tag to compare
1.7.7b3 Pre-release
Pre-release

Beta release for v1.7.7

Changes

  • Added option to remember the last URL
  • Added support for flashing Prusa MMU and CW1 (code courtesy of @Samaelson - thanks!)

1.7.7b2

14 Jan 09:15
Compare
Choose a tag to compare
1.7.7b2 Pre-release
Pre-release

Beta release for v1.7.7

Changes

  • Added option to remember the last URL

1.7.6

17 Dec 19:10
41f5d73
Compare
Choose a tag to compare

Changes

  • Add new release channels for release candidate and development - will enable development and testing of new features with less disruption
  • Better logging for LPC1768 SD card unmounting - makes troubleshooting permissions problems easier
  • Fix exception handling in LPC1768 code

v1.7.5

03 Dec 16:52
8263350
Compare
Choose a tag to compare

Changes

  • Add Atmega328p as avrdude target
  • Make LPC1768 unmount command configurable via advanced settings
  • Show an error and halt the flash process if the unmount command fails (it was previously failing silently)
  • Fixes a bug in v1.7.4 which prevented the plugin's settings UI from working

Notes

"Unable to unmount SD card" error

If you are attempting to flash firmware using the LPC1768 method and you receive an 'Unable to unmount SD card' error, you probably need to update your sudo configuration to allow the pi user to run the umount command. See #167 for more for information, and the documentation for instructions on how to fix it.

Background

To reduce the risk of file corruption the plugin needs to be able to unmount the SD card, and this requires special privileges. If you get this error after updating, it is likely that the unmount command has always failed on your system, but until this version of the plugin it was doing so silently.

You can disable the unmount command in advanced settings, which will effectively revert the plugin to the same behavior it had prior to this version, where the board is reset without unmounting the SD card.