aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBen <benkaye001@gmail.com>2021-02-19 00:28:43 +0000
committerGitHub <noreply@github.com>2021-02-18 19:28:43 -0500
commit03b3cff823ce66fe70ced88bf6e3c78cccafd7f8 (patch)
tree60a32a21ceb0abb4875fc16ec38b14c8473bfe0c /config
parentba940da9b508b859b41d12cf7119c21694d85296 (diff)
downloadkutter-03b3cff823ce66fe70ced88bf6e3c78cccafd7f8.tar.gz
kutter-03b3cff823ce66fe70ced88bf6e3c78cccafd7f8.tar.xz
kutter-03b3cff823ce66fe70ced88bf6e3c78cccafd7f8.zip
config: Correct Ender 6 BLtouch params (#3888)
Fixed bltouch offset and bed_mesh mesh_min/max to account for offset. The former was defined in the wrong coordinate, as the origin starts from the SW. The latter did not include the offset and caused an error. Technically the offset allows mesh_max up to (239.3, 253). Signed-off-by: Ben Kaye <benkaye001@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/printer-creality-ender6-2020.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/printer-creality-ender6-2020.cfg b/config/printer-creality-ender6-2020.cfg
index d35426ab..00875018 100644
--- a/config/printer-creality-ender6-2020.cfg
+++ b/config/printer-creality-ender6-2020.cfg
@@ -65,15 +65,15 @@ position_max: 400
# [bltouch] # enable for BLTouch
# sensor_pin: ^PB1
# control_pin: PB0
-# x_offset: 20.7
-# y_offset: 7
+# x_offset: -20.7
+# y_offset: -7
# z_offset: 2.4
# speed: 3.0
# [bed_mesh] # enable for BLTouch
# speed: 100
# mesh_min: 10, 10
-# mesh_max: 250, 250
+# mesh_max: 239, 239
# algorithm: bicubic
# probe_count: 5,5