mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 11:07:40 +00:00
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:
@@ -8,5 +8,5 @@
|
||||
"bed_model": "FlyingBear Ghost7-bed.stl",
|
||||
"bed_texture": "FlyingBear Ghost7-texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU"
|
||||
"default_materials": "FlyingBear ABS @Ghost7;FlyingBear PA-CF @Ghost7;FlyingBear PC @Ghost7;Generic PETG @System;Generic PLA @System;Generic TPU @System"
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"bed_model": "FlyingBear S1-bed.stl",
|
||||
"bed_texture": "FlyingBear S1-texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "FlyingBear Generic ABS;FlyingBear Generic PA-CF;FlyingBear Generic PC;FlyingBear Generic PETG;FlyingBear Generic PLA;FlyingBear Generic TPU"
|
||||
"default_materials": "FlyingBear ABS @S1;FlyingBear PA-CF @S1;FlyingBear PC @S1;FlyingBear PETG @S1;FlyingBear PLA @S1;FlyingBear TPU @S1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user