mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-24 17:26:47 +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
378 B
JSON
13 lines
378 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Snapmaker Artisan",
|
|
"machine_tech": "FFF",
|
|
"family": "Snapmaker",
|
|
"url": "https://github.com/macdylan",
|
|
"model_id": "797581801",
|
|
"default_materials": "PolyTerra Dual PLA @0.2 nozzle;Snapmaker Dual PLA",
|
|
"bed_model": "Snapmaker Artisan_bed.stl",
|
|
"bed_texture": "Snapmaker Artisan_texture.svg",
|
|
"nozzle_diameter": "0.2;0.4;0.6;0.8"
|
|
}
|