mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 18:31:11 +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
13 lines
431 B
JSON
13 lines
431 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Chuanying X1",
|
|
"model_id": "Chuanying-X1",
|
|
"nozzle_diameter": "0.25;0.4;0.6;0.8",
|
|
"machine_tech": "FFF",
|
|
"family": "Chuanying",
|
|
"bed_model": "chuanying_x1_buildplate_model.STL",
|
|
"bed_texture": "chuanying_x1_buildplate_texture.svg",
|
|
"hotend_model": "chuanying_x1_hotend.STL",
|
|
"default_materials": "Generic PETG @Chuanying;Generic PLA @Chuanying;Generic PLA @Chuanying X1 0.25 Nozzle"
|
|
}
|