Fix dangling and incompatible default_materials across 21 vendors

Replace 400 default_materials entries that referenced an unknown filament
(92) or a filament not compatible with the model (308) with the most-
specialized compatible same-type material, as flagged by the new
check_default_materials validator. Bump the 21 touched vendor versions so
the fixes reach existing installs.
This commit is contained in:
SoftFever
2026-07-05 22:10:35 +08:00
parent 01d8f33fa2
commit d830c6a181
85 changed files with 85 additions and 85 deletions

View File

@@ -8,5 +8,5 @@
"bed_model": "SP-5_bed.stl",
"bed_texture": "SP-5_texture.svg",
"hotend_model": "",
"default_materials": "TwoTrees Generic ABS;TwoTrees Generic PLA;TwoTrees Generic PLA-CF;TwoTrees Generic PETG;TwoTrees Generic TPU;TwoTrees Generic ASA;TwoTrees Generic PC;TwoTrees Generic PVA;TwoTrees Generic PA;TwoTrees Generic PA-CF"
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}