bambuddy/scripts
maziggy a5d75cdbf3 fix(onboarding): step counter ignores skipped steps; transparent + tight BB poses
Three bugs in the tour shipped in the previous commit:

    - The step counter displayed raw index over total, so when add-printer
      auto-skipped (printer already configured), the first visible step
      rendered as "2 / 25". Counter now shows visible position over visible
      total — that user sees "1 / 24". Same trick handles every other
      skipIf-gated step (makerworld permission, sso/users when auth off).

    - The BB mascot crops were lossy webp with no alpha, so the off-white
      sheet background showed as a hard rectangle against the dark-theme
      tour card. Re-sliced from the source character sheet as lossless
      webp RGBA with a soft alpha ramp on the background, so the mascot
      composites cleanly.

    - The same crops included the caption text below each pose ("Almost
      there!" etc.), visible as a sliver under the character. Tightened
      the Y range to exclude the caption row.

    scripts/slice_bb_mascot.py captures the pose coordinates and the
    keyout ramp so a future character-sheet re-export is reproducible
    rather than nudged by eye.
2026-06-10 10:17:15 +02:00
..
backfill_archive_bed_type.py feat(archives): build-plate icon on cards + uniform printer/model line (#1253) 2026-05-10 09:54:10 +02:00
debug_preset.py Fix Bambu Cloud preset lookup by transforming filament_id to setting_id 2026-01-28 09:34:56 +01:00
fill_spool_effects.py Merge pull request #1440 from Person2099/fix/filament-override-ams-mapping-dispatch 2026-05-20 11:25:45 +02:00
import_spoolman.py Added scripts/import_spoolman.py 2026-03-06 07:27:05 +01:00
mqtt_sniffer.py New Features: 2026-01-20 15:37:20 +01:00
slice_bb_mascot.py fix(onboarding): step counter ignores skipped steps; transparent + tight BB poses 2026-06-10 10:17:15 +02: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