mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-13 01:37:56 -06:00
🚸 Safer probing margin
This commit is contained in:
parent
860585be93
commit
4e6ef70f2a
17 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue