From 4447c082fa82831105acb8bc2a681ec2f024459e Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Sat, 19 Apr 2025 15:47:42 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Better=20probing=20on=20BIBO=20w?= =?UTF-8?q?ith=20BLTouch=20(#1141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/BIBO/TouchX/default - BLTouch/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h b/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h index 98c0fa9dea..b67c7fc111 100644 --- a/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h +++ b/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h @@ -1668,7 +1668,7 @@ // Most probes should stay away from the edges of the bed, but // with NOZZLE_AS_PROBE this can be negative for a wider probing area. -#define PROBING_MARGIN 10 +#define PROBING_MARGIN 13 // X and Y axis travel speed between probes. // Leave undefined to use the average of the current XY homing feedrate. @@ -2213,8 +2213,8 @@ #if ANY(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR) // Set the number of grid points per dimension. - #define GRID_MAX_POINTS_X 8 - #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X + #define GRID_MAX_POINTS_X 3 + #define GRID_MAX_POINTS_Y 5 // Probe along the Y axis, advancing X after each column //#define PROBE_Y_FIRST