NEW: add some profiles for H2

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia7e925356f020a2458026e6649a5522076f5eb00
(cherry picked from commit 42620d2843bc10fc94859e5a68995fbdb8cd35e1)
This commit is contained in:
xun.zhang
2025-05-23 17:19:56 +08:00
committed by Noisyfox
parent ef5458d231
commit a8c1713136
111 changed files with 3052 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"type": "process",
"name": "0.10mm Standard @BBL H2 0.2 nozzle",
"inherits": "fdm_process_single_0.10_nozzle_0.2",
"from": "system",
"setting_id": "GP128",
"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.",
"elefant_foot_compensation": "0.15",
"prime_tower_flat_ironing": "1",
"prime_tower_width": "60",
"travel_speed": [
"1000"
],
"compatible_printers": [
"Bambu Lab H2 0.2 nozzle"
]
}

View File

@@ -0,0 +1,18 @@
{
"type": "process",
"name": "0.20mm Standard @BBL H2",
"inherits": "fdm_process_single_0.20",
"from": "system",
"setting_id": "GP131",
"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.",
"prime_tower_flat_ironing": "1",
"prime_tower_width": "60",
"smooth_coefficient": "4",
"travel_speed": [
"1000"
],
"compatible_printers": [
"Bambu Lab H2 0.4 nozzle"
]
}

View File

@@ -0,0 +1,18 @@
{
"type": "process",
"name": "0.30mm Standard @BBL H2 0.6 nozzle",
"inherits": "fdm_process_single_0.30_nozzle_0.6",
"from": "system",
"setting_id": "GP130",
"instantiation": "true",
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
"elefant_foot_compensation": "0.15",
"prime_tower_flat_ironing": "1",
"prime_tower_width": "60",
"travel_speed": [
"1000"
],
"compatible_printers": [
"Bambu Lab H2 0.6 nozzle"
]
}

View File

@@ -0,0 +1,18 @@
{
"type": "process",
"name": "0.40mm Standard @BBL H2 0.8 nozzle",
"inherits": "fdm_process_single_0.40_nozzle_0.8",
"from": "system",
"setting_id": "GP129",
"instantiation": "true",
"description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.",
"elefant_foot_compensation": "0.15",
"prime_tower_flat_ironing": "1",
"prime_tower_width": "60",
"travel_speed": [
"1000"
],
"compatible_printers": [
"Bambu Lab H2 0.8 nozzle"
]
}