mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 10:21:00 +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
485 B
JSON
13 lines
485 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Thinker X400",
|
|
"model_id": "Thinker-X400",
|
|
"nozzle_diameter": "0.4;0.2",
|
|
"machine_tech": "FFF",
|
|
"family": "Eryone",
|
|
"bed_model": "X400_bed.stl",
|
|
"bed_texture": "Thinker_texture.svg",
|
|
"hotend_model": "",
|
|
"default_materials": "Eryone PLA;Eryone ABS;Eryone ASA;Eryone PETG;Eryone Silk PLA;Eryone TPU;Eryone ABS-CF;Eryone ASA-CF;Eryone PA;Eryone PA-CF;Eryone PA-GF;Eryone PETG-CF;Eryone PLA-CF;Eryone PP;Eryone PP-CF;Eryone PLA @0.2 nozzle"
|
|
}
|