mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH: add code for bambu lab h2d pro
jira:STUDIO-12107 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4a8132515ad947f68212d8002c0f365badf8ca71 (cherry picked from commit 76f50132fcae7ca91c689ceb484006db1e4f3dbd)
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @BBL H2DP 0.2 nozzle",
|
||||
"inherits": "fdm_process_dual_0.08_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP040",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.2mm nozzle, prioritizing print quality.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.08_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP043",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"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_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.10mm Standard @BBL H2DP 0.2 nozzle",
|
||||
"inherits": "fdm_process_dual_0.10_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP041",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Balanced Quality @BBL H2DP 0.2 nozzle",
|
||||
"inherits": "fdm_process_dual_0.12_nozzle_0.2",
|
||||
"from": "system",
|
||||
"setting_id": "GP042",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
97
resources/profiles/BBL/process/0.12mm Fine @BBL H2DP.json
Normal file
97
resources/profiles/BBL/process/0.12mm Fine @BBL H2DP.json
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.12_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP127",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "7",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"40",
|
||||
"40",
|
||||
"40",
|
||||
"40"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"120",
|
||||
"120",
|
||||
"120",
|
||||
"120"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"70",
|
||||
"70",
|
||||
"70",
|
||||
"70"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"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_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"100",
|
||||
"100",
|
||||
"100",
|
||||
"100"
|
||||
],
|
||||
"top_shell_layers": "9",
|
||||
"top_color_penetration_layers": "7",
|
||||
"top_shell_thickness": "0.8",
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"wall_loops": "4",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Balanced Quality @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.16_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP129",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.16mm layer height, prioritizing print quality and strength.",
|
||||
"default_acceleration": [
|
||||
"4000",
|
||||
"4000",
|
||||
"4000",
|
||||
"4000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"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_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_pattern": "gyroid",
|
||||
"sparse_infill_speed": [
|
||||
"180",
|
||||
"180",
|
||||
"180",
|
||||
"180"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.16mm Standard @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.16_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP128",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.16mm layer height, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.18mm Balanced Quality @BBL H2DP 0.6 nozzle",
|
||||
"inherits": "fdm_process_dual_0.18_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP133",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.6mm nozzle, prioritizing print quality and strength.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Balanced Strength @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.20_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP131",
|
||||
"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"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"60",
|
||||
"60",
|
||||
"60",
|
||||
"60"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"2000",
|
||||
"2000",
|
||||
"2000",
|
||||
"2000"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"10",
|
||||
"10",
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"top_shell_layers": "6",
|
||||
"top_surface_speed": [
|
||||
"150",
|
||||
"150",
|
||||
"150",
|
||||
"150"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.20mm Standard @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.20_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP130",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.4mm nozzle, prioritizing speed.",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Balanced Quality @BBL H2DP 0.8 nozzle",
|
||||
"inherits": "fdm_process_dual_0.24_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP141",
|
||||
"instantiation": "true",
|
||||
"description": "High quality profile for 0.8mm nozzle, prioritizing print quality.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"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_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Balanced Strength @BBL H2DP 0.6 nozzle",
|
||||
"inherits": "fdm_process_dual_0.24_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP134",
|
||||
"instantiation": "true",
|
||||
"description": "Strength profile for 0.6mm nozzle, prioritizing strength.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Standard @BBL H2DP",
|
||||
"inherits": "fdm_process_dual_0.24_nozzle_0.4",
|
||||
"from": "system",
|
||||
"setting_id": "GP132",
|
||||
"instantiation": "true",
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.30mm Standard @BBL H2DP 0.6 nozzle",
|
||||
"inherits": "fdm_process_dual_0.30_nozzle_0.6",
|
||||
"from": "system",
|
||||
"setting_id": "GP135",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.6mm nozzle, prioritizing speed.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30",
|
||||
"30",
|
||||
"30",
|
||||
"30"
|
||||
],
|
||||
"prime_tower_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.32mm Balanced Strength @BBL H2DP 0.8 nozzle",
|
||||
"inherits": "fdm_process_dual_0.32_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP145",
|
||||
"instantiation": "true",
|
||||
"description": "Strength profile for 0.8mm nozzle, prioritizing strength.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"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_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.40mm Standard @BBL H2DP 0.8 nozzle",
|
||||
"inherits": "fdm_process_dual_0.40_nozzle_0.8",
|
||||
"from": "system",
|
||||
"setting_id": "GP147",
|
||||
"instantiation": "true",
|
||||
"description": "Standard profile for 0.8mm nozzle, prioritizing speed.",
|
||||
"bridge_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"default_acceleration": [
|
||||
"8000",
|
||||
"8000",
|
||||
"8000",
|
||||
"8000"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"250",
|
||||
"250",
|
||||
"250",
|
||||
"250"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50",
|
||||
"50",
|
||||
"50",
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300",
|
||||
"300",
|
||||
"300",
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250",
|
||||
"300",
|
||||
"250",
|
||||
"300"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105",
|
||||
"105",
|
||||
"105",
|
||||
"105"
|
||||
],
|
||||
"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_width": "60",
|
||||
"prime_tower_brim_width": "-1",
|
||||
"sparse_infill_speed": [
|
||||
"350",
|
||||
"600",
|
||||
"350",
|
||||
"600"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200",
|
||||
"200",
|
||||
"200",
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"1000",
|
||||
"1000",
|
||||
"1000",
|
||||
"1000"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.8 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user