mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-15 04:57:34 +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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user