mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
feat(profiles): Bambu Lab H2C and A2L profiles and resources
Machine models and presets, process and filament presets, plus bed models, covers, previews and device images for the H2C and A2L.
This commit is contained in:
@@ -9,66 +9,77 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -78,15 +89,136 @@
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,66 +9,77 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -78,15 +89,136 @@
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @BBL A2L 0.2 nozzle",
|
||||
"inherits": "fdm_process_single_0.08_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP178",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost invisible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": [
|
||||
"4000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"28"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"16"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.08",
|
||||
"from": "system",
|
||||
"setting_id": "GP179",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": [
|
||||
"4000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"210"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"150"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @BBL H2C 0.2 nozzle",
|
||||
"inherits": "fdm_process_dual_0.08_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP243",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.2mm nozzle, prioritizing print quality.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm High Quality @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.08_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP244",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.10mm Standard @BBL A2L 0.2 nozzle",
|
||||
"inherits": "fdm_process_single_0.10_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP182",
|
||||
"instantiation": "true",
|
||||
"description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.",
|
||||
"bridge_flow": "1.5",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"28"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"16"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"60"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"60"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"35"
|
||||
],
|
||||
"overhang_totally_speed": [
|
||||
"25"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"support_line_width": "0.4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.10mm Standard @BBL H2C 0.2 nozzle",
|
||||
"inherits": "fdm_process_dual_0.10_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP245",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"ironing_speed": "20",
|
||||
"ironing_flow": "20%",
|
||||
"outer_wall_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Balanced Quality @BBL A2L 0.2 nozzle",
|
||||
"inherits": "fdm_process_single_0.12_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP183",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a slightly bigger layer height, and results in almost negligible layer lines, and slightly shorter printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"28"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"16"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Balanced Quality @BBL H2C 0.2 nozzle",
|
||||
"inherits": "fdm_process_dual_0.12_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP246",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,66 +10,77 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -79,6 +90,7 @@
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_color_penetration_layers": "7",
|
||||
@@ -88,9 +100,129 @@
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,66 +10,77 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -79,6 +90,7 @@
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_shell_layers": "9",
|
||||
@@ -88,9 +100,129 @@
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.12",
|
||||
"from": "system",
|
||||
"setting_id": "GP185",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": [
|
||||
"4000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"230"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"180"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"180"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm High Quality @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.12_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP247",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "7",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_color_penetration_layers": "7",
|
||||
"top_shell_layers": "9",
|
||||
"top_shell_thickness": "0.8",
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,54 +10,63 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -67,15 +76,150 @@
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,54 +10,63 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -67,15 +76,150 @@
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP187",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
||||
"default_acceleration": [
|
||||
"4000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"200"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"200"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm High Quality @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.16_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP248",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.16mm layer height, prioritizing print quality and strength.",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"ironing_speed": "20",
|
||||
"ironing_flow": "25%",
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
43
resources/profiles/BBL/process/0.16mm Standard @BBL A2L.json
Normal file
43
resources/profiles/BBL/process/0.16mm Standard @BBL A2L.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.16",
|
||||
"from": "system",
|
||||
"setting_id": "GP188",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
69
resources/profiles/BBL/process/0.16mm Standard @BBL H2C.json
Normal file
69
resources/profiles/BBL/process/0.16mm Standard @BBL H2C.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.16_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP249",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.16mm layer height, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,30 +10,35 @@
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -42,15 +47,178 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,30 +10,35 @@
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -42,15 +47,178 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.18mm Balanced Quality @BBL A2L 0.6 nozzle",
|
||||
"inherits": "fdm_process_single_0.18_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP189",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.18mm Balanced Quality @BBL H2C 0.6 nozzle",
|
||||
"inherits": "fdm_process_dual_0.18_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP250",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.6mm nozzle, prioritizing print quality and strength.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"350",
|
||||
"350",
|
||||
"350"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,54 +10,63 @@
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -66,21 +75,150 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,54 +10,63 @@
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -66,21 +75,150 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,48 +11,56 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -61,6 +69,7 @@
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"top_shell_layers": "6",
|
||||
@@ -68,9 +77,150 @@
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,48 +11,56 @@
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -61,6 +69,7 @@
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"top_shell_layers": "6",
|
||||
@@ -68,9 +77,150 @@
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm High Quality @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP191",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.",
|
||||
"default_acceleration": [
|
||||
"4000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"200"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"skeleton_infill_density": "25%",
|
||||
"skin_infill_density": "25%",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_density": "25%",
|
||||
"sparse_infill_speed": [
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"wall_loops": "6",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm High Quality @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.20_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP251",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.2mm layer height, prioritizing strength and print quality.",
|
||||
"bottom_shell_layers": "4",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"top_shell_layers": "6",
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
43
resources/profiles/BBL/process/0.20mm Standard @BBL A2L.json
Normal file
43
resources/profiles/BBL/process/0.20mm Standard @BBL A2L.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP190",
|
||||
"instantiation": "true",
|
||||
"description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
64
resources/profiles/BBL/process/0.20mm Standard @BBL H2C.json
Normal file
64
resources/profiles/BBL/process/0.20mm Standard @BBL H2C.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.20_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP252",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.4mm nozzle, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"150",
|
||||
"250",
|
||||
"150"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"600",
|
||||
"250",
|
||||
"600"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"600",
|
||||
"300",
|
||||
"600"
|
||||
],
|
||||
"ironing_flow": "15%",
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"500",
|
||||
"200",
|
||||
"500"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,30 +10,35 @@
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"600",
|
||||
"250",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"600",
|
||||
"300",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"500",
|
||||
"200",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -42,15 +47,178 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,24 +10,28 @@
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -36,15 +40,185 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
180
resources/profiles/BBL/process/0.20mm Steady @BBL A2L.json
Normal file
180
resources/profiles/BBL/process/0.20mm Steady @BBL A2L.json
Normal file
@@ -0,0 +1,180 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Steady @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.20",
|
||||
"from": "system",
|
||||
"setting_id": "GP195",
|
||||
"instantiation": "true",
|
||||
"description": "Lower-acceleration profile for the 0.4mm nozzle. Use it when the printer sits on a wobbly desk or shelf",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"3500",
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"150",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"100"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"5000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"250"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"3500",
|
||||
"5000"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"150",
|
||||
"200"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"overhang_totally_speed": [
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive TPU285"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"325",
|
||||
"325"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"150",
|
||||
"270"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_solid_infill_flow_ratio": [
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"4000",
|
||||
"8000"
|
||||
],
|
||||
"travel_short_distance_acceleration": [
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"travel_speed": [
|
||||
"300",
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"vertical_shell_speed": [
|
||||
"80%",
|
||||
"80%"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Balanced Quality @BBL A2L 0.6 nozzle",
|
||||
"inherits": "fdm_process_single_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP194",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Balanced Quality @BBL A2L 0.8 nozzle",
|
||||
"inherits": "fdm_process_single_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP193",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Balanced Quality @BBL H2C 0.8 nozzle",
|
||||
"inherits": "fdm_process_dual_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP253",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.8mm nozzle, prioritizing print quality.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"350",
|
||||
"350",
|
||||
"350"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Balanced Strength @BBL H2C 0.6 nozzle",
|
||||
"inherits": "fdm_process_dual_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP254",
|
||||
"instantiation": "true",
|
||||
"description": "Strength profile for 0.6mm nozzle, prioritizing strength.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,54 +10,63 @@
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -66,21 +75,150 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,54 +10,63 @@
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -66,21 +75,150 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
43
resources/profiles/BBL/process/0.24mm Standard @BBL A2L.json
Normal file
43
resources/profiles/BBL/process/0.24mm Standard @BBL A2L.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @BBL A2L",
|
||||
"inherits": "fdm_process_single_0.24",
|
||||
"from": "system",
|
||||
"setting_id": "GP192",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
50
resources/profiles/BBL/process/0.24mm Standard @BBL H2C.json
Normal file
50
resources/profiles/BBL/process/0.24mm Standard @BBL H2C.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @BBL H2C",
|
||||
"inherits": "fdm_process_dual_0.24_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP255",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -9,24 +9,28 @@
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -35,15 +39,185 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,24 +9,28 @@
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -35,15 +39,185 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
],
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @BBL A2L 0.6 nozzle",
|
||||
"inherits": "fdm_process_single_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP196",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"500"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"8000"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"500"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @BBL H2C 0.6 nozzle",
|
||||
"inherits": "fdm_process_dual_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP256",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.6mm nozzle, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"600",
|
||||
"300",
|
||||
"600"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"600",
|
||||
"250",
|
||||
"600"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"500",
|
||||
"200",
|
||||
"500"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -10,54 +10,63 @@
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
@@ -66,21 +75,150 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D 0.6 nozzle"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,54 +10,63 @@
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
@@ -66,21 +75,150 @@
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1",
|
||||
"1"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500",
|
||||
"500"
|
||||
],
|
||||
"initial_layer_travel_acceleration": [
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000",
|
||||
"6000"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1",
|
||||
"1",
|
||||
"2",
|
||||
"2",
|
||||
"2"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow",
|
||||
"Direct Drive TPU High Flow"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%",
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%",
|
||||
"100%"
|
||||
],
|
||||
"support_interface_speed": [
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80",
|
||||
"80"
|
||||
],
|
||||
"support_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"travel_acceleration": [
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000",
|
||||
"10000"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0",
|
||||
"0"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Balanced Quality @BBL A2L 0.8 nozzle",
|
||||
"inherits": "fdm_process_single_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP198",
|
||||
"instantiation": "true",
|
||||
"description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Balanced Strength @BBL H2C 0.8 nozzle",
|
||||
"inherits": "fdm_process_dual_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP257",
|
||||
"instantiation": "true",
|
||||
"description": "Strength profile for 0.8mm nozzle, prioritizing strength.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @BBL A2L 0.8 nozzle",
|
||||
"inherits": "fdm_process_single_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP200",
|
||||
"instantiation": "true",
|
||||
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
|
||||
"default_acceleration": [
|
||||
"6000"
|
||||
],
|
||||
"elefant_foot_compensation": "0.075",
|
||||
"enable_arc_fitting": "0",
|
||||
"enable_height_slowdown": [
|
||||
"1"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"slowdown_end_acc": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"225"
|
||||
],
|
||||
"smooth_coefficient": "4",
|
||||
"travel_acceleration": [
|
||||
"8000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A2L 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @BBL H2C 0.8 nozzle",
|
||||
"inherits": "fdm_process_dual_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP258",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.8mm nozzle, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"enable_tower_interface_features": "1",
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"600",
|
||||
"300",
|
||||
"600"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"600",
|
||||
"250",
|
||||
"600"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"500",
|
||||
"200",
|
||||
"500"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_brim_width": "-1",
|
||||
"prime_tower_width": "60",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"top_shell_layers": "4",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2C 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user