mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +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
540 B
JSON
14 lines
540 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Creality Ender-3 V4",
|
|
"nozzle_diameter": "0.4",
|
|
"bed_model": "creality_ender3v3_buildplate_model.stl",
|
|
"default_bed_type": "Textured PEI Plate",
|
|
"bed_texture": "creality_ender3v3_buildplate_texture.svg",
|
|
"family": "Creality",
|
|
"hotend_model": "",
|
|
"machine_tech": "FFF",
|
|
"model_id": "Creality_Ender_3_V4",
|
|
"default_materials": "CR-ABS @Ender-3 V4-all;Generic ASA @System;CR-PETG @Ender-3 V4-all;CR-PLA @Ender-3 V4-all;Generic PLA Matte @System;Generic PLA Silk @System;HP-TPU @Ender-3 V4-all"
|
|
}
|