OrcaSlicer/resources/web/guide
SoftFever 977a66be39
Some checks are pending
Build all / Build Linux (push) Waiting to run
Build all / Build Non-Linux (push) Waiting to run
Build all / Unit Tests (push) Blocked by required conditions
Build all / Flatpak (push) Waiting to run
Fix active filament preset not matching wizard selection on first run (#12132)
* Fix active filament preset not matching wizard selection on first run

After completing the setup wizard with only a non-PLA filament selected
(e.g. Generic ABS), the active filament preset defaulted to Generic PLA
instead of the user's selection. This happened because load_presets()
falls back to Generic PLA when the initial printer differs from the
preferred printer, and the first_added_filament override was disabled.

Add post-load correction in apply_config() that switches the active
filament to the first compatible wizard-selected filament when the
current active filament is not in the wizard selection. Also fix the
guide JS (22.js, 23.js) to use the filalist attribute for building
the filament array, and add platform-specific build test commands to
CLAUDE.md.

* Replace @System filaments with vendor-specific overrides in wizard

When the wizard selects a generic filament like "Generic ABS @System",
check if a vendor-specific override exists (e.g. BBL "Generic ABS")
and use that instead. This ensures printer-tuned profiles are preferred,
preventing load_installed_filaments from adding unwanted BBL defaults.

When printers from the default bundle are also selected, both variants
are kept since those printers need the @System version.

Also adds diagnostic logging for filament loading in LoadProfileFamily.

* Guard against persisting presets for Default Printer and fix filament override logic

Prevent export_selections from saving stale preset settings for the
built-in "Default Printer" placeholder, which is only the initial state
before a real printer is loaded. Also require a non-default vendor printer
to be selected before replacing @System filaments with vendor-specific
overrides in the wizard, avoiding incorrect filament substitution when
only the default bundle is present.
2026-02-01 21:34:14 +08:00
..
0 Fix filament/printer selection loading page translation (#9530) 2025-05-03 18:06:04 +08:00
1 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
3 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
4orca Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
5 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
6 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
11 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
21 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
22 Fix active filament preset not matching wizard selection on first run (#12132) 2026-02-01 21:34:14 +08:00
23 Fix active filament preset not matching wizard selection on first run (#12132) 2026-02-01 21:34:14 +08:00
24 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
31 Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
css Match button styles on whole UI and fixes for button class (#11233) 2025-12-18 12:14:56 +00:00
img Fixes / Improvements for Covers & Printer Selection dialog (#11151) 2025-11-04 10:16:06 +08:00
js Revert "update user agent" for now as it cause trouble to login 2023-12-19 23:50:51 +08:00
swiper Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
index.html Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00