mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +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
528 B
JSON
13 lines
528 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "RatRig V-Core 4 500",
|
|
"model_id": "V-Core_4_500",
|
|
"nozzle_diameter": "0.4;0.5;0.6;0.8",
|
|
"machine_tech": "FFF",
|
|
"family": "RatRig_V-Core",
|
|
"bed_model": "ratrig-vcore-bed-500.stl",
|
|
"bed_texture": "ratrig_logo.svg",
|
|
"hotend_model": "",
|
|
"default_materials": "Generic ABS @RatRig;Generic PLA @RatRig;Generic PLA-CF @RatRig;Generic PETG @RatRig;Generic TPU @RatRig;Generic ASA @RatRig;Generic PC @RatRig;Generic PVA @RatRig;Generic PA @RatRig;Generic PA-CF @RatRig;Generic PLA @System"
|
|
}
|