Quote
Lukrative
In the LCD menu, you can adjust the heights of all the probed points up or down by the same amount using the "Bed Z" option found under Prepare > Bed Leveling > Bed Z.
Where can I find this value to change it?
I believe what you are looking for is in " configuration.h "
#define LCD_BED_LEVELING
#if ENABLED(LCD_BED_LEVELING)
#define MBL_Z_STEP 0.025 // Step size while manually probing Z axis.
#define LCD_PROBE_Z_RANGE 4 // Z Range centered on Z_MIN_POS for LCD Z adjustment
#endif