Skip to content

Releases: uzyn/flipper-bambu

1.1.0

Choose a tag to compare

@uzyn uzyn released this 13 May 03:29
6d9bbfd

What's Changed

New Contributors

Added

  • Automatic Mifare Classic key derivation from the tag UID using HKDF over HMAC-SHA256. Reading a Bambu Lab spool tag no longer requires the
    "skip key matching" step on the Flipper Zero — keys are derived on the fly and the read completes straight to the parsed view. (Thanks to @amilham#1)
  • Additional filament entries across PLA Basic, PLA Metal, PLA Tough+, PLA Translucent, ASA, ASA-CF, PC FR, and PETG-CF. (#1)
  • Variant-ID normalization so tags written with zero-padded codes (for example A00-K00 or A00-G06) resolve to their canonical entries (A00-K0, A00-G6) in the lookup table. (#1)

Changed

  • For unrecognized filaments, the parsed output now prints the raw Variant: alongside Material ID: and shows a clearer "Filament Code: Unknown (update lookup table)" hint, making it easier to report new variants for the lookup table. (#1)
  • Plugin now reports fap_version 1.1 on-device (previously defaulted to 0.1).

Full Changelog

v1: Initial release

Choose a tag to compare

@uzyn uzyn released this 15 Jan 08:54
71756f0

Initial release of flipper-bambu.

How to install

  1. Download bambu_parser.fal.
  2. Copy to Flipper Zero SD card: /ext/apps_data/nfc/plugins/.
  3. Restart the NFC app.