mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
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.
14 lines
493 B
JSON
14 lines
493 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Creality SPARKX i7",
|
|
"nozzle_diameter": "0.8;0.6;0.4;0.2",
|
|
"bed_model": "creality_SPARKX_buildplate_model.stl",
|
|
"default_bed_type": "Textured PEI Plate",
|
|
"bed_texture": "creality_hi_buildplate_texture.svg",
|
|
"family": "Creality",
|
|
"hotend_model": "",
|
|
"machine_tech": "FFF",
|
|
"model_id": "Creality_SPARKX_i7",
|
|
"default_materials": "Generic PETG @SPARKX i7-all;Generic PLA @SPARKX i7-all;CR-PLA Matte @SPARKX i7-all;Generic PLA-Silk @SPARKX i7-all"
|
|
}
|