mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 17:26:47 +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>
48 lines
854 B
JSON
48 lines
854 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Flashforge PLA Basic @FF Adventurer A5",
|
|
"inherits": "Generic PLA @Flashforge",
|
|
"from": "system",
|
|
"setting_id": "HCpI817HAWckXBtk",
|
|
"filament_id": "OFJ3F2jm",
|
|
"filament_vendor": [
|
|
"Flashforge"
|
|
],
|
|
"instantiation": "true",
|
|
"cool_plate_temp": [
|
|
"45"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"45"
|
|
],
|
|
"eng_plate_temp": [
|
|
"55"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"22"
|
|
],
|
|
"filament_settings_id": [
|
|
"Flashforge PLA Basic @FF Adventurer A5"
|
|
],
|
|
"compatible_printers": [
|
|
"Flashforge Adventurer A5 0.4 nozzle",
|
|
"Flashforge Adventurer A5 0.6 nozzle",
|
|
"Flashforge Adventurer A5 0.8 nozzle"
|
|
],
|
|
"hot_plate_temp": [
|
|
"55"
|
|
],
|
|
"pressure_advance": [
|
|
"0.0325"
|
|
],
|
|
"textured_cool_plate_temp": [
|
|
"45"
|
|
],
|
|
"textured_cool_plate_temp_initial_layer": [
|
|
"45"
|
|
],
|
|
"textured_plate_temp": [
|
|
"55"
|
|
]
|
|
}
|