diff --git a/docs/abl.md b/docs/abl.md index adb19f7..0713dc2 100644 --- a/docs/abl.md +++ b/docs/abl.md @@ -40,6 +40,6 @@ To add a proximity sensor for auto-bed leveling make the file changes outlined i |Configuration_adv.h|1840|Change `#define DOUBLECLICK_MAX_INTERVA`L value to **2000**|| |Configuration_adv.h|1850|Uncomment `#define BABYSTEP_ZPROBE_OFFSET`|| |Configuration_adv.h|1917|Uncomment `#define PROBING_MARGIN_LEFT` and change value to **15**|| -|Configuration_adv.h|1918|Uncomment `#define PROBING_MARGIN_RIGHT` and change value to **0**|| -|Configuration_adv.h|1919|Uncomment `#define PROBING_MARGIN_FRONT` and change value to **10**|| -|Configuration_adv.h|1920|Uncomment `#define PROBING_MARGIN_BACK` and change value to **10**|| +|Configuration_adv.h|1918|Uncomment `#define PROBING_MARGIN_RIGHT` and change value to **5**|| +|Configuration_adv.h|1919|Uncomment `#define PROBING_MARGIN_FRONT` and change value to **20**|| +|Configuration_adv.h|1920|Uncomment `#define PROBING_MARGIN_BACK` and change value to **20**||