ENH: add upward machine for N1

Also fix a bug in default print profiles

Change-Id: I515e8762870968acce8fe17bdf33c7d380b3c29b
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
(cherry picked from commit 33c0a597c8b5390790772da06d880f6c03259817)
This commit is contained in:
xun.zhang 2023-08-14 15:39:09 +08:00 committed by Lane.Wei
parent 0f57aa2b91
commit 394196eef0
4 changed files with 26 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"default_filament_profile": [
"Bambu PLA Basic @BBL X1C 0.2 nozzle"
],
"default_print_profile": "0.10mm Standard @BBL N1 0.6 nozzle",
"default_print_profile": "0.10mm Standard @BBL N1 0.2 nozzle",
"max_layer_height": [
"0.14"
],
@ -22,5 +22,11 @@
],
"retraction_length": [
"0.4"
],
"upward_compatible_machine": [
"Bambu Lab P1S 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab X1 Carbon 0.2 nozzle"
]
}

View File

@ -58,5 +58,11 @@
"0x180"
],
"printable_height": "180",
"scan_first_layer": "0"
"scan_first_layer": "0",
"upward_compatible_machine": [
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle"
]
}

View File

@ -23,5 +23,11 @@
],
"retraction_minimum_travel": [
"3"
],
"upward_compatible_machine": [
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle"
]
}

View File

@ -23,5 +23,11 @@
],
"retraction_length": [
"3"
],
"upward_compatible_machine": [
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle"
]
}