bambuddy/scripts
maziggy 65a6e7791b Fix Bambu Cloud preset lookup by transforming filament_id to setting_id
Printers report filament_id (e.g., GFA00) but the Bambu Cloud API expects
setting_id format which has an "S" inserted after "GF" (e.g., GFSA00).

- Add _filament_id_to_setting_id() helper function
- Transform IDs before API calls: GFx## -> GFSx##
- User presets (P-prefix) and already-correct IDs unchanged
- Improved warning message to show both original and transformed IDs
2026-01-28 09:34:56 +01:00
..
debug_preset.py Fix Bambu Cloud preset lookup by transforming filament_id to setting_id 2026-01-28 09:34:56 +01:00
mqtt_sniffer.py New Features: 2026-01-20 15:37:20 +01:00
update_archive_date.py Added scripts/update_archive_date.py 2026-01-25 11:58:09 +01:00
update_archive_quantities.py Add project parts tracking separate from plates 2026-01-16 07:33:44 +01:00