mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 18:31:11 +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>
93 lines
1.5 KiB
JSON
93 lines
1.5 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Flashforge PETG Pro @FF Adventurer A5",
|
|
"inherits": "Generic PETG @Flashforge",
|
|
"from": "system",
|
|
"setting_id": "rPy6e6kaIt2tI34j",
|
|
"filament_id": "OFXiArjA",
|
|
"filament_vendor": [
|
|
"Flashforge"
|
|
],
|
|
"instantiation": "true",
|
|
"additional_cooling_fan_speed": [
|
|
"60"
|
|
],
|
|
"close_fan_the_first_x_layers": [
|
|
"2"
|
|
],
|
|
"cool_plate_temp": [
|
|
"0"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"0"
|
|
],
|
|
"eng_plate_temp": [
|
|
"75"
|
|
],
|
|
"eng_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"fan_max_speed": [
|
|
"50"
|
|
],
|
|
"fan_min_speed": [
|
|
"10"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"10"
|
|
],
|
|
"filament_settings_id": [
|
|
"Flashforge PETG Pro @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": [
|
|
"75"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"nozzle_temperature": [
|
|
"265"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"270"
|
|
],
|
|
"overhang_fan_speed": [
|
|
"100"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"12"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"supertack_plate_temp": [
|
|
"75"
|
|
],
|
|
"supertack_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"support_material_interface_fan_speed": [
|
|
"100"
|
|
],
|
|
"textured_cool_plate_temp": [
|
|
"75"
|
|
],
|
|
"textured_cool_plate_temp_initial_layer": [
|
|
"75"
|
|
],
|
|
"textured_plate_temp": [
|
|
"75"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"75"
|
|
]
|
|
}
|