Files
OrcaSlicer/resources/profiles/Flashforge/process/0.30mm Standard @FF Adventurer A5 0.6 nozzle.json
T
61dbe5572f Add Flashforge Adventurer A5 printer profiles (#14733)
* 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>
2026-09-21 23:19:41 +08:00

23 lines
691 B
JSON

{
"type": "process",
"name": "0.30mm Standard @FF Adventurer A5 0.6 nozzle",
"inherits": "0.30mm Standard @Flashforge AD5M Pro 0.6 Nozzle",
"from": "system",
"setting_id": "zNxUHo9HvYPlL2KP",
"instantiation": "true",
"enable_arc_fitting": "1",
"compatible_printers": [
"Flashforge Adventurer A5 0.6 nozzle"
],
"infill_wall_overlap": "15%",
"only_one_wall_top": "1",
"print_settings_id": "0.30mm Standard @FF Adventurer A5 0.6 nozzle",
"seam_slope_conditional": "1",
"seam_slope_inner_walls": "1",
"slowdown_for_curled_perimeters": "0",
"small_perimeter_speed": "25",
"sparse_infill_pattern": "grid",
"support_bottom_z_distance": "0.2",
"support_top_z_distance": "0.2"
}