ENH: modify default head wrap detect zone

jira:[NEW]

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I39ccc810a19192919a21b5608d3fa2a806c787ee
This commit is contained in:
xun.zhang 2023-12-07 16:54:41 +08:00 committed by Lane.Wei
parent 4542ccae63
commit 0af408128a
2 changed files with 8 additions and 2 deletions

View File

@ -20,6 +20,12 @@
"extruder_clearance_height_to_rod": "25",
"extruder_clearance_max_radius": "75",
"extruder_clearance_radius": "75",
"head_wrap_detect_zone": [
"226x224",
"256x224",
"256x256",
"226x256"
],
"machine_load_filament_time": "25",
"machine_max_acceleration_extruding": [
"12000",

View File

@ -21,8 +21,8 @@
"extruder_clearance_max_radius": "73",
"extruder_clearance_radius": "73",
"head_wrap_detect_zone": [
"156x156",
"180x156",
"156x152",
"180x152",
"180x180",
"156x180"
],