OK, I tried that but I still get an error compiling. This is the error:
In file included from sketch\MarlinConfig.h:41:0,
from sketch\G26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:866: error: static assertion failed: LEFT_PROBE_BED_POSITION is outside the probe region.
static_assert(LEFT_PROBE_BED_POSITION >= MIN_PROBE_X, "LEFT_PROBE_BED_POSITION is outside the probe region.");
^
SanityCheck.h:869: error: static assertion failed: BACK_PROBE_BED_POSITION is outside the probe region.
static_assert(BACK_PROBE_BED_POSITION <= MAX_PROBE_Y, "BACK_PROBE_BED_POSITION is outside the probe region.");
^
exit status 1
static assertion failed: LEFT_PROBE_BED_POSITION is outside the probe region.
I guessed #define Z_PROBE_OFFSET_FROM_EXTRUDER as 4. This was with probe extended and just touching. However, I doubt that's causing the error. The 3DTouch is flashing. Have attached current confuguration.h
In file included from sketch\MarlinConfig.h:41:0,
from sketch\G26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:866: error: static assertion failed: LEFT_PROBE_BED_POSITION is outside the probe region.
static_assert(LEFT_PROBE_BED_POSITION >= MIN_PROBE_X, "LEFT_PROBE_BED_POSITION is outside the probe region.");
^
SanityCheck.h:869: error: static assertion failed: BACK_PROBE_BED_POSITION is outside the probe region.
static_assert(BACK_PROBE_BED_POSITION <= MAX_PROBE_Y, "BACK_PROBE_BED_POSITION is outside the probe region.");
^
exit status 1
static assertion failed: LEFT_PROBE_BED_POSITION is outside the probe region.
I guessed #define Z_PROBE_OFFSET_FROM_EXTRUDER as 4. This was with probe extended and just touching. However, I doubt that's causing the error. The 3DTouch is flashing. Have attached current confuguration.h