Skip to content

1.8.1b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@benlye benlye released this 08 Feb 13:25
· 153 commits to devel since this release
09c8798

Changes

  • New plugin option to allow disabling the file extension filters when browsing for a firmware file
    Enhances compatibility with browsers which do not support the accept attribute, e.g. iOS and Android mobile browsers.
  • New flash method, "marlinbft"
    Allows flashing LPC176x and STM32 boards using Marlin's Binary File Transfer protocol to copy firmware to the board (instead of mounting the SD card on the host)
    • Requires firmware compiled with #define BINARY_FILE_TRANSFER

Warnings and Caveats

  1. The binary file transfer protocol is still work in progress
    While the current implementation works, it will change, and these changes will break the current version. As much as possible, I will try to support the current implementation and the final version, but my ability to do so may be limited due to dependencies on other libraries.

    If it comes to a choice, the final version will be the one which is supported.

  2. Your Raspberry Pi may crash, but it's not my fault
    While developing this I came across what seems to be a bug in the Raspberry Pi kernel, where it will sometimes panic (crash) when the printer board resets. To mitigate this, as of Feb 6th 2021, a 2s delay has been added to the LPC M997 reset routine which appears to stop the crash from happening. You will need to be running Marlin from the bugfix-2.0.x branch, after MarlinFirmware/Marlin@004bed8 to have the fix.

    On my test system, with the old reset code, I would easily crash my Pi anywhere between 1-25 resets. After the change I have flashed the board dozens of times and reset it 500+ times without crashing it.

    That said, the underlying bug still exists, so you may still experience your Pi crashing when the board resets. Caveat emptor.

Please report any testing results by commenting on issue #195.