Skip to content

1.10.9

Compare
Choose a tag to compare
@benlye benlye released this 17 Mar 08:36
· 125 commits to master since this release
c93f40b

Changes

  • Adds the capability for multiple firmware update profiles to be configured, making it easy to change between different settings
    • Profiles are disabled by default and need to be enabled in the plugin options
    • Existing flash method and settings will be migrated to a new profile name 'Default'
    • Once enabled, profiles can be added, copied, and deleted
    • All flash method settings, including pre and post flash options, are stored in each profile
  • Settings UI has been updated to use tabbed pages
    • When profiles are disabled the settings are all accessed via the 'wrench' icon in the top right corner (same as prior versions)
    • When Profiles are enabled the settings are split into two screens
      • Plugin options are accessed via the 'wrench' icon in the top right corner
      • Flash / flash method settings are accessed via the 'cog' icon next to the update profile dropdown selection - the selected profile is always edited
  • Add the option to use a timestamp-based name for the firmware file when using the Marlin BFT or LPC176x methods. Required for Ender 3 V2 per #190.
    • The filename will be FWHHMMSS.BIN (where HHMMSS is the time) when the file is transferred to the printer. The name of the uploaded file does not matter.
    • When this option is enabled the last firmware file to be uploaded will be deleted from the SD card before the new one is written
  • Fix two issues using bossac to flash an Arduino DUE board
    • Fix the disable write verification option (verification was always happening, regardless of the setting)
    • Fix progress messages not displaying correctly for fast firmware updates (e.g. via the Native port)

Implementing the printer profiles feature was a large re-write of the UI code, and many changes to the backend. It has had quite a lot of testing, but there may be bugs lurking. Please open a Github issue if you encounter any problems.