FIX: Change z hop height from 0.2mm to 0.4mm
Models with overhanging areas are easily knocked down with Z hop height at 0.2mm Github: None Signed-off-by: wenjie.guo <wenjie.guo@bambulab.com> Change-Id: I65fa14fe5f217c2d1384569efa8c2233c14dde83
This commit is contained in:
parent
b281285a2d
commit
6edaa740bc
|
@ -31,7 +31,7 @@
|
|||
"nozzle_type": "stainless_steel",
|
||||
"scan_first_layer": "0",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
"0.4"
|
||||
],
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"nozzle_type": "stainless_steel",
|
||||
"scan_first_layer": "0",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
"0.4"
|
||||
],
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"nozzle_type": "stainless_steel",
|
||||
"scan_first_layer": "1",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
"0.4"
|
||||
],
|
||||
"upward_compatible_machine": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"machine_unload_filament_time": "28",
|
||||
"scan_first_layer": "1",
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
"0.4"
|
||||
],
|
||||
"printer_structure": "corexy",
|
||||
"upward_compatible_machine": [
|
||||
|
|
Loading…
Reference in New Issue