mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +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
488 B
JSON
13 lines
488 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "FlyingBear Ghost7",
|
|
"model_id": "FlyingBear_Ghost7",
|
|
"nozzle_diameter": "0.4",
|
|
"machine_tech": "FFF",
|
|
"family": "FlyingBearDesign",
|
|
"bed_model": "FlyingBear Ghost7-bed.stl",
|
|
"bed_texture": "FlyingBear Ghost7-texture.png",
|
|
"hotend_model": "",
|
|
"default_materials": "Generic ABS @FlyingBear;Generic PA-CF @FlyingBear;Generic PC @FlyingBear;Generic PETG @FlyingBear;Generic PLA @FlyingBear;Generic TPU @FlyingBear;FlyingBear PLA Basic @Ghost7"
|
|
}
|