diff options
author | xpeng <46627911+xiaopeng12138@users.noreply.github.com> | 2023-05-14 16:18:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 10:18:07 -0400 |
commit | 2471918f08c000cf4f5a77fd257788e3ea649431 (patch) | |
tree | cb0150b3278f83024a358f68f37f42a38407e692 /config/printer-anycubic-kobra-go-2022.cfg | |
parent | 33b18fd62ba73c90054a7b94b68c341bb3f40d9a (diff) | |
download | kutter-2471918f08c000cf4f5a77fd257788e3ea649431.tar.gz kutter-2471918f08c000cf4f5a77fd257788e3ea649431.tar.xz kutter-2471918f08c000cf4f5a77fd257788e3ea649431.zip |
config: Change the position_max value of Kobra Go to the physic limit (#6200)
Fixed the bed_mesh out of range issue
Signed-off-by: Yipeng Zhou <yipeng_zhou@foxmail.com>
Diffstat (limited to 'config/printer-anycubic-kobra-go-2022.cfg')
-rw-r--r-- | config/printer-anycubic-kobra-go-2022.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/printer-anycubic-kobra-go-2022.cfg b/config/printer-anycubic-kobra-go-2022.cfg index 525a50bd..d4fc409f 100644 --- a/config/printer-anycubic-kobra-go-2022.cfg +++ b/config/printer-anycubic-kobra-go-2022.cfg @@ -22,7 +22,7 @@ rotation_distance: 40 endstop_pin: !PH2 position_endstop: -13 position_min:-13 -position_max: 238 +position_max: 236 homing_speed: 50 [stepper_y] @@ -34,7 +34,7 @@ rotation_distance: 40 endstop_pin: ^!PC13 position_endstop: -9 position_min:-9 -position_max: 238 +position_max: 230 homing_speed: 50 [stepper_z] @@ -46,7 +46,7 @@ rotation_distance: 8 endstop_pin: ^PC14 position_endstop: 0 position_min: -10 -position_max: 250 +position_max: 255 homing_speed: 5 [extruder] @@ -85,7 +85,7 @@ pid_kd: 1675.16 speed: 200 horizontal_move_z: 2.5 mesh_min: 5, 5 -mesh_max: 217.2, 207.8 +mesh_max: 215, 215 probe_count: 5, 5 [probe] |