That code is truly horrible.... and clearly doesn't work for your combination.
load up Configuration_backend.h
find
and disable FIX_MOUNTED_PROBE like the following
(line 1634 on the version I have just downloaded)
It now compiles.
NB I dont have the right hardware to test this, good luck.
load up Configuration_backend.h
find
#if ENABLED(EZABL_ENABLE) #define RESTORE_LEVELING_AFTER_G28 #define FIX_MOUNTED_PROBE #define Z_PROBE_OFFSET_FROM_EXTRUDER 0 #if ENABLED(PROBING_MOTORS_OFF)
and disable FIX_MOUNTED_PROBE like the following
(line 1634 on the version I have just downloaded)
#if ENABLED(EZABL_ENABLE) #define RESTORE_LEVELING_AFTER_G28 //#define FIX_MOUNTED_PROBE #define Z_PROBE_OFFSET_FROM_EXTRUDER 0 #if ENABLED(PROBING_MOTORS_OFF)
It now compiles.
NB I dont have the right hardware to test this, good luck.