mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-21 16:02:37 +00:00
* Add Flashforge Adventurer A5 printer profiles Adds system profiles for the Flashforge Adventurer A5 to the existing Flashforge vendor: the machine model with 0.25/0.4/0.6/0.8 mm nozzle variants, 14 process presets, and 43 filament presets, plus the printer cover image. All presets inherit from existing Flashforge bases already in-tree (Adventurer 5M Pro nozzle profiles, AD5M Pro process/filament presets, Flashforge generics); no new base assets are introduced (the A5 reuses the existing 5M-series bed/hotend models and buildplate texture). Every inherits reference and sub_path was validated to resolve. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Assign setting_id to Adventurer A5 presets (fix profile check) The new A5 filament and process presets were missing the deterministic setting_id required by OrcaSlicer's profile validator. Generated via scripts/assign_vendor_setting_ids.py (61 instantiated presets). Verified with scripts/orca_extra_profile_check.py: 0 errors. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Fix Flashforge Adventurer A5 profiles so the bundle loads and validates The new A5 presets were not in canonical form, several filaments resolved no or the wrong filament_id, and the model and machines pointed at non-existent or AD5M Pro defaults. Run the standard profile tooling (normalize, update-index, generate-id), give the branded filaments the ids of their existing Flashforge products, and repoint the defaults at A5-compatible filaments and processes. Bump the Flashforge bundle version. --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: yw4z <ywsyildiz@gmail.com> Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com> Co-authored-by: SoftFever <softfeverever@gmail.com>