mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01: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
16 lines
595 B
JSON
16 lines
595 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.30mm Strength @Z-Bolt S800 0.6 nozzle",
|
|
"inherits": "fdm_process_zbolt_0.30_nozzle_0.6",
|
|
"from": "system",
|
|
"setting_id": "V8BUZgHTc3aSw9Gm",
|
|
"instantiation": "true",
|
|
"description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
|
"elefant_foot_compensation": "0.15",
|
|
"sparse_infill_density": "25%",
|
|
"wall_loops": "4",
|
|
"compatible_printers": [
|
|
"Z-Bolt S800 Dual 0.6 nozzle"
|
|
]
|
|
}
|