mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
* add orca profile skill * add default material check Improve validation for default materials and filament profiles * Fix default materials and obsolete keys * clarifying orca-profiles skill
14 lines
568 B
JSON
14 lines
568 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": "Generic ABS @Ender-3 V4-all;Generic ASA @System;Generic PETG @Ender-3 V4-all;Generic PLA @Ender-3 V4-all;Generic PLA Matte @System;Generic PLA-Silk @Ender-3 V4-all;Generic TPU @Ender-3 V4-all"
|
|
}
|