mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06: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
27 lines
811 B
JSON
27 lines
811 B
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_bbl_0.12",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_bbl_common",
|
|
"layer_height": "0.12",
|
|
"bottom_shell_layers": "5",
|
|
"elefant_foot_compensation": "0.15",
|
|
"top_shell_layers": "5",
|
|
"top_shell_thickness": "0.6",
|
|
"bridge_flow": "1",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_infill_speed": "105",
|
|
"outer_wall_speed": "200",
|
|
"inner_wall_speed": "350",
|
|
"sparse_infill_speed": "430",
|
|
"internal_solid_infill_speed": "350",
|
|
"top_surface_speed": "200",
|
|
"gap_infill_speed": "350",
|
|
"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": "20"
|
|
}
|