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:
xun.zhang
2025-08-05 11:47:20 +08:00
committed by Noisyfox
parent 68fe61564a
commit 1fd88842d9
216 changed files with 325112 additions and 4 deletions

View File

@@ -26,6 +26,26 @@
],
"hotend_heating_rate": "3.6",
"machine_load_filament_time": "30",
"machine_max_acceleration_x": [
"20000",
"20000",
"20000",
"20000",
"20000",
"20000",
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000",
"20000",
"20000",
"20000",
"20000",
"20000",
"20000"
],
"machine_max_speed_e": [
"50",
"50",

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Bambu Lab H2D Pro 0.2 nozzle",
"inherits": "Bambu Lab H2D Pro 0.4 nozzle",
"from": "system",
"setting_id": "GM052",
"instantiation": "true",
"nozzle_diameter": [
"0.2",
"0.2"
],
"printer_model": "Bambu Lab H2D Pro",
"printer_variant": "0.2",
"default_filament_profile": [
"Bambu PLA Basic @BBL H2DP 0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @BBL H2DP 0.2 nozzle",
"max_layer_height": [
"0.14",
"0.14"
],
"min_layer_height": [
"0.04",
"0.04"
],
"retraction_length": [
"0.4",
"0.4",
"0.4",
"0.4"
]
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Bambu Lab H2D Pro 0.6 nozzle",
"inherits": "Bambu Lab H2D Pro 0.4 nozzle",
"from": "system",
"setting_id": "GM053",
"instantiation": "true",
"nozzle_diameter": [
"0.6",
"0.6"
],
"printer_model": "Bambu Lab H2D Pro",
"printer_variant": "0.6",
"default_filament_profile": [
"Bambu PLA Basic @BBL H2DP"
],
"default_print_profile": "0.30mm Standard @BBL H2DP 0.6 nozzle",
"max_layer_height": [
"0.42",
"0.42"
],
"min_layer_height": [
"0.12",
"0.12"
],
"retraction_length": [
"1.4",
"1.4",
"1.4",
"1.4"
]
}

View File

@@ -0,0 +1,32 @@
{
"type": "machine",
"name": "Bambu Lab H2D Pro 0.8 nozzle",
"inherits": "Bambu Lab H2D Pro 0.4 nozzle",
"from": "system",
"setting_id": "GM054",
"instantiation": "true",
"nozzle_diameter": [
"0.8",
"0.8"
],
"printer_model": "Bambu Lab H2D Pro",
"printer_variant": "0.8",
"default_filament_profile": [
"Bambu PLA Basic @BBL H2DP"
],
"default_print_profile": "0.40mm Standard @BBL H2DP 0.8 nozzle",
"max_layer_height": [
"0.56",
"0.56"
],
"min_layer_height": [
"0.16",
"0.16"
],
"retraction_length": [
"3",
"3",
"3",
"3"
]
}

View File

@@ -0,0 +1,15 @@
{
"type": "machine_model",
"name": "Bambu Lab H2D Pro",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
"bed_model": "bbl-3dp-H2D.stl",
"bed_texture": "bbl-3dp-logo.svg",
"default_bed_type": "Textured PEI Plate",
"image_bed_type": "o",
"not_support_bed_type":"Cool Plate;Engineering Plate;Bambu Cool Plate SuperTack",
"family": "BBL-3DP",
"machine_tech": "FFF",
"model_id": "O1E",
"default_materials": "Bambu PLA Basic @BBL H2DP;Bambu PLA-CF @BBL H2DP;Bambu PETG Basic @BBL H2DP;Bambu ABS @BBL H2DP;Bambu PETG HF @BBL H2DP;Bambu PLA Silk @BBL H2DP;Bambu PLA Matte @BBL H2DP;Bambu PC @BBL H2DP;Bambu PA-CF @BBL H2DP"
}