mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 19:35:54 +08:00
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:
parent
0f57aa2b91
commit
394196eef0
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user