From ffb5105b559da8da74bb8d8996da91f3171447e7 Mon Sep 17 00:00:00 2001 From: Aleksandr 'Aux' Ivanov Date: Mon, 10 Jul 2023 03:21:27 +0100 Subject: [PATCH] config: Updated bed mesh configuration for Creality Ender 3 S1 and S1 Pro (#6219) Existing `mesh_min` values start probing too far away from the edge. Additionally `mesh_max` Y value of 197 is out of bed movement range (197 + `bltouch.y_offset` = 237.5) and causes Y stepper to overhit, which can potentially damage the printer in the long run. Signed-off-by: Aleksandr Ivanov --- config/printer-creality-ender3-s1-2021.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/printer-creality-ender3-s1-2021.cfg b/config/printer-creality-ender3-s1-2021.cfg index 59a1d5294..6929b4ca0 100644 --- a/config/printer-creality-ender3-s1-2021.cfg +++ b/config/printer-creality-ender3-s1-2021.cfg @@ -110,8 +110,8 @@ stow_on_each_sample: false [bed_mesh] speed: 120 -mesh_min: 20, 20 -mesh_max: 200, 197 +mesh_min: 10, 10 +mesh_max: 200, 194 probe_count: 4,4 algorithm: bicubic