mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 21:36:57 +00:00
* feat(profiles,elegoo): add Elegoo Centauri 2 machine profiles * chore(profiles,elegoo): add type/from to Elegoo process presets
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"type": "process",
|
|
"inherits": "0.20mm Standard @Elegoo C 0.4 nozzle",
|
|
"name": "0.20mm Strength @Elegoo C 0.4 nozzle",
|
|
"from": "system",
|
|
"wall_sequence": "inner-outer-inner wall",
|
|
"reduce_crossing_wall": "1",
|
|
"bottom_shell_layers": "5",
|
|
"outer_wall_speed": "120",
|
|
"print_flow_ratio": "0.95",
|
|
"sparse_infill_density": "20%",
|
|
"top_shell_layers": "6",
|
|
"wall_loops": "6",
|
|
"instantiation": "true"
|
|
}
|