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
12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "TiQ8",
|
|
"model_id": "TiQ8",
|
|
"nozzle_diameter": "0.25;0.4;0.6;0.8",
|
|
"machine_tech": "FFF",
|
|
"family": "TiQ",
|
|
"bed_model": "TiQ8.stl",
|
|
"bed_texture": "TiQ8_texture.svg",
|
|
"default_materials": "Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle;Generic PLA @System"
|
|
}
|