🚸 Safer probing margin

This commit is contained in:
Scott Lahteine 2023-04-10 22:09:12 -05:00
parent 860585be93
commit 4e6ef70f2a
17 changed files with 17 additions and 17 deletions

View file

@ -1561,7 +1561,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 (mm/min) between probes
#define XY_PROBE_FEEDRATE (133*60)