0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-15 00:30:11 +00:00

🚸 Better probing on BIBO with BLTouch (#1141)

This commit is contained in:
Walt Sorensen 2025-04-19 15:47:42 -06:00 committed by GitHub
parent 7ab35d2b99
commit 4447c082fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1668,7 +1668,7 @@
// Most probes should stay away from the edges of the bed, but // 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. // 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. // X and Y axis travel speed between probes.
// Leave undefined to use the average of the current XY homing feedrate. // 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) #if ANY(AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR)
// Set the number of grid points per dimension. // Set the number of grid points per dimension.
#define GRID_MAX_POINTS_X 8 #define GRID_MAX_POINTS_X 3
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X #define GRID_MAX_POINTS_Y 5
// Probe along the Y axis, advancing X after each column // Probe along the Y axis, advancing X after each column
//#define PROBE_Y_FIRST //#define PROBE_Y_FIRST