The `@FF AD5M 0.25 nozzle` filament variants carried the base profile's full printer list (AD5M/AD5M Pro/AD5X 0.4/0.6/0.8) instead of the 0.25 nozzle printers. Combined with base profiles that also listed the AD5X 0.4/0.6/0.8 printers already covered by dedicated `@FF AD5X` variants, multiple presets with the same alias became compatible with the same printer. The filament combobox keys presets by full name but displays them by alias, so these surfaced as duplicate entries (e.g. "Flashforge PLA Silk", "Flashforge ASA Basic" shown twice). Fix the `compatible_printers` lists (data only, no settings changed): - Repoint the 15 `@FF AD5M 0.25 nozzle` variants to the actual 0.25 nozzle printers (Adventurer 5M 0.25 + Adventurer 5M Pro 0.25). - Remove the redundant AD5X 0.4/0.6/0.8 entries from the base profiles where dedicated AD5X variants already exist. - Bump Flashforge profile version to 02.04.00.02. Each affected filament now resolves to exactly one preset per printer, and the previously uncovered AD5M 0.25 nozzle printers gain coverage.
20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Flashforge ASA Basic",
|
|
"inherits": "Flashforge Generic ASA",
|
|
"from": "system",
|
|
"setting_id": "GFSA04_05",
|
|
"instantiation": "true",
|
|
"filament_settings_id": [
|
|
"Flashforge ASA Basic"
|
|
],
|
|
"compatible_printers": [
|
|
"Flashforge Adventurer 5M 0.4 Nozzle",
|
|
"Flashforge Adventurer 5M 0.6 Nozzle",
|
|
"Flashforge Adventurer 5M 0.8 Nozzle",
|
|
"Flashforge Adventurer 5M Pro 0.4 Nozzle",
|
|
"Flashforge Adventurer 5M Pro 0.6 Nozzle",
|
|
"Flashforge Adventurer 5M Pro 0.8 Nozzle"
|
|
]
|
|
}
|