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
24 lines
721 B
JSON
24 lines
721 B
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_bbl_0.24",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_bbl_common",
|
|
"layer_height": "0.24",
|
|
"elefant_foot_compensation": "0.15",
|
|
"top_surface_line_width": "0.45",
|
|
"bottom_shell_layers": "3",
|
|
"top_shell_layers": "3",
|
|
"top_shell_thickness": "0.6",
|
|
"bridge_flow": "1",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_infill_speed": "105",
|
|
"outer_wall_speed": "200",
|
|
"inner_wall_speed": "230",
|
|
"sparse_infill_speed": "230",
|
|
"internal_solid_infill_speed": "230",
|
|
"top_surface_speed": "200",
|
|
"gap_infill_speed": "230",
|
|
"travel_speed": "480",
|
|
"support_threshold_angle": "35"
|
|
}
|