BambuHelper v3.1 - Release Notes
Firmware Builds
| Build Target | Board / Hardware | Display | OTA Update File | Full Flash File |
|---|---|---|---|---|
esp32s3
| ESP32-S3 Super Mini | ST7789 240x240 | BambuHelper-esp32s3-v3.1-ota.bin
| BambuHelper-esp32s3-v3.1-Full.bin
|
esp32s3_zero
| Waveshare ESP32-S3-Zero | external ST7789 240x240 | BambuHelper-esp32s3_zero-v3.1-ota.bin
| BambuHelper-esp32s3_zero-v3.1-Full.bin
|
cyd
| ESP32-2432S028 (CYD / Cheap Yellow Display) | ILI9341 240x320 | BambuHelper-cyd-v3.1-ota.bin
| BambuHelper-cyd-v3.1-Full.bin
|
ws_lcd_154
| Waveshare ESP32-S3-Touch-LCD-1.54 | ST7789 240x240 | BambuHelper-ws_lcd_154-v3.1-ota.bin
| BambuHelper-ws_lcd_154-v3.1-Full.bin
|
ws_lcd_200
| Waveshare ESP32-S3-Touch-LCD-2 | ST7789 240x320 | BambuHelper-ws_lcd_200-v3.1-ota.bin
| BambuHelper-ws_lcd_200-v3.1-Full.bin
|
esp32c3
| ESP32-C3 Super Mini | ST7789 240x240 | BambuHelper-esp32c3-v3.1-ota.bin
| BambuHelper-esp32c3-v3.1-Full.bin
|
sensecap_indicator
| Seeed SenseCAP Indicator (ESP32-S3 + RP2040) | ST7701S 480x480 RGB | BambuHelper-sensecap_indicator-v3.1-ota.bin
| BambuHelper-sensecap_indicator-v3.1-Full.bin
|
SenseCAP Indicator note: community-maintained build by @kjames2001. The required hardware dependencies are pinned in the build environment, so a fresh checkout builds without manual setup.
OTA is for updating an already working device from the BambuHelper web UI.
Full is for first-time flashing, recovery, or ESP Web Flasher use.
Changes
- Added SenseCAP Indicator board support - new
sensecap_indicatorfirmware target for the Seeed SenseCAP Indicator with a 480x480 display. Community-maintained. - Added AMS view for 240x240 - optional layout that replaces the bottom gauges with the AMS tray view.
- Added AMS Filament All gauge - one circular gauge can show all 4 trays from one AMS unit.
- Added per-AMS-unit selection for the filament gauge - multi-AMS setups can now show AMS 1..AMS 4 independently.
- Added empty-slot X-mark in AMS gauges - empty or disconnected AMS slots are now easier to recognize.
- Added opt-in 2-printer mode on CYD and ESP32-C3 (experimental) - low-RAM boards can now enable a second printer slot from Printer Settings.
- Improved fan percentage accuracy - displayed fan values now better match the printer LCD.
- Improved cloud token messages - rejected cloud tokens now show clearer guidance on the display and in diagnostics.
- Fixed cloud printers stuck on idle during active prints - cloud printers now request a state refresh when the printer is heating or printing but the cloud state stays idle.
- Improved Pong clock rendering on 480x480 - smoother scaling and less flicker on the SenseCAP Indicator build.
Credits
- Thanks to @kjames2001 for contributing and maintaining the SenseCAP Indicator build.