Releases: uzyn/flipper-bambu
Releases · uzyn/flipper-bambu
Release list
1.1.0
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-K00orA00-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:alongsideMaterial 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_version1.1 on-device (previously defaulted to 0.1).
Full Changelog
- 1.0.0...1.1.0
- See also CHANGELOG.md
v1: Initial release
Initial release of flipper-bambu.
How to install
- Download
bambu_parser.fal. - Copy to Flipper Zero SD card:
/ext/apps_data/nfc/plugins/. - Restart the NFC app.