ENH:[filament/process]modify upward_compatible_machine

Change-Id: I8a6b38d3ab1f1711eddb0a4190197f87129fec70
(cherry picked from commit 624914dcdd1e5a931a8eb5d3126c9bde32f4d705)
This commit is contained in:
qian.wang
2025-08-05 17:33:44 +08:00
committed by Noisyfox
parent 1fd88842d9
commit 2ed08353ca
37 changed files with 178 additions and 104 deletions

View File

@@ -13,14 +13,15 @@
"default_filament_profile": [
"Bambu PLA Basic @BBL A1 0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @BBL A1 0.2 nozzle",
"max_layer_height": [
"0.14"
],
"min_layer_height": [
"0.04"
],
"default_print_profile": "0.10mm Standard @BBL A1 0.2 nozzle",
"upward_compatible_machine": [
"Bambu Lab H2D 0.2 nozzle"
"Bambu Lab H2D 0.2 nozzle",
"Bambu Lab H2D Pro 0.2 nozzle"
]
}