mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-06 12:03:33 +00:00
JIRA: [STUDIO-2226] 0.4mm nozzle contains different layer heights but has the same preset threshold angle (30 degree) which is not reasonable. Hereby, five of them are adjusted based on the overlap ratio. Change-Id: I96300bf202c3a5fc4428186875a9212c32524ff2
28 lines
811 B
JSON
28 lines
811 B
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_bbl_0.16",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_bbl_common",
|
|
"layer_height": "0.16",
|
|
"elefant_foot_compensation": "0.15",
|
|
"bottom_shell_layers": "4",
|
|
"top_shell_layers": "4",
|
|
"top_shell_thickness": "0.6",
|
|
"bridge_flow": "1",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_infill_speed": "105",
|
|
"outer_wall_speed": "200",
|
|
"inner_wall_speed": "300",
|
|
"sparse_infill_speed": "330",
|
|
"internal_solid_infill_speed": "300",
|
|
"top_surface_speed": "200",
|
|
"gap_infill_speed": "300",
|
|
"travel_speed": "480",
|
|
"overhang_1_4_speed": "60",
|
|
"overhang_2_4_speed": "30",
|
|
"overhang_3_4_speed": "10",
|
|
"overhang_4_4_speed": "10",
|
|
"support_threshold_angle": "25"
|
|
}
|