ENH: increase top layers
Jira: new Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Ie9c4e0afff86326eed18b769b5e59c2e3206badb
This commit is contained in:
parent
dec5654e98
commit
0d65cbe78b
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Bambulab",
|
"name": "Bambulab",
|
||||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||||
"version": "01.07.00.29",
|
"version": "01.07.00.30",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "the initial version of BBL configurations",
|
"description": "the initial version of BBL configurations",
|
||||||
"machine_model_list": [
|
"machine_model_list": [
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
"layer_height": "0.16",
|
"layer_height": "0.16",
|
||||||
"elefant_foot_compensation": "0.15",
|
"elefant_foot_compensation": "0.15",
|
||||||
"bottom_shell_layers": "4",
|
"bottom_shell_layers": "4",
|
||||||
"top_shell_layers": "4",
|
"top_shell_layers": "6",
|
||||||
"top_shell_thickness": "0.6",
|
"top_shell_thickness": "1.0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"elefant_foot_compensation": "0.15",
|
"elefant_foot_compensation": "0.15",
|
||||||
"top_shell_thickness": "0.6",
|
"top_shell_thickness": "1.0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
|
@ -13,5 +13,6 @@
|
||||||
"inner_wall_speed": "300",
|
"inner_wall_speed": "300",
|
||||||
"sparse_infill_speed": "270",
|
"sparse_infill_speed": "270",
|
||||||
"internal_solid_infill_speed": "250",
|
"internal_solid_infill_speed": "250",
|
||||||
"gap_infill_speed": "250"
|
"gap_infill_speed": "250",
|
||||||
|
"top_shell_layers": "5"
|
||||||
}
|
}
|
|
@ -7,7 +7,7 @@
|
||||||
"layer_height": "0.24",
|
"layer_height": "0.24",
|
||||||
"elefant_foot_compensation": "0.15",
|
"elefant_foot_compensation": "0.15",
|
||||||
"top_surface_line_width": "0.45",
|
"top_surface_line_width": "0.45",
|
||||||
"top_shell_thickness": "0.6",
|
"top_shell_thickness": "1.0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
|
@ -16,5 +16,6 @@
|
||||||
"sparse_infill_speed": "230",
|
"sparse_infill_speed": "230",
|
||||||
"internal_solid_infill_speed": "230",
|
"internal_solid_infill_speed": "230",
|
||||||
"gap_infill_speed": "230",
|
"gap_infill_speed": "230",
|
||||||
"support_threshold_angle": "35"
|
"support_threshold_angle": "35",
|
||||||
|
"top_shell_layers": "4"
|
||||||
}
|
}
|
|
@ -7,7 +7,7 @@
|
||||||
"layer_height": "0.28",
|
"layer_height": "0.28",
|
||||||
"elefant_foot_compensation": "0.15",
|
"elefant_foot_compensation": "0.15",
|
||||||
"top_surface_line_width": "0.45",
|
"top_surface_line_width": "0.45",
|
||||||
"top_shell_thickness": "0.6",
|
"top_shell_thickness": "1.0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"initial_layer_speed": "50",
|
"initial_layer_speed": "50",
|
||||||
"initial_layer_infill_speed": "105",
|
"initial_layer_infill_speed": "105",
|
||||||
|
@ -16,5 +16,6 @@
|
||||||
"sparse_infill_speed": "200",
|
"sparse_infill_speed": "200",
|
||||||
"internal_solid_infill_speed": "200",
|
"internal_solid_infill_speed": "200",
|
||||||
"gap_infill_speed": "200",
|
"gap_infill_speed": "200",
|
||||||
"support_threshold_angle": "40"
|
"support_threshold_angle": "40",
|
||||||
|
"top_shell_layers": "4"
|
||||||
}
|
}
|
Loading…
Reference in New Issue