mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-19 06:53:02 +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
359 B
JSON
13 lines
359 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Snapmaker J1",
|
|
"machine_tech": "FFF",
|
|
"family": "Snapmaker",
|
|
"url": "https://github.com/macdylan",
|
|
"model_id": "199828459",
|
|
"default_materials": "PolyTerra J1 PLA @0.2 nozzle;PolyTerra J1 PLA",
|
|
"bed_model": "Snapmaker J1_bed.stl",
|
|
"bed_texture": "Snapmaker J1_texture.svg",
|
|
"nozzle_diameter": "0.2;0.4;0.6;0.8"
|
|
}
|