Thanks for the info. I configured a fixed BLTouch probe and my RepRap Full Graphics controller and it still failed to compile.
I then downloaded the latest from github, made the same two changes to the configuration and it now compiles but with a few warnings.
I'll make the necessary other changes to config and I'll try to download to the printer and give it a try later today.
1. A few things I noticed is that I cannot enable EEPROM_SETTINGS without getting compile errors.
2. #ifdef UNIFIED_BED_LEVELING_FEATURE || M100_FREE_MEMORY_WATCHER throws a warning about extra tokens. Do you mean to use
#if defined (UNIFIED_BED_LEVELING_FEATURE) || defined(M100_FREE_MEMORY_WATCHER)
I then downloaded the latest from github, made the same two changes to the configuration and it now compiles but with a few warnings.
I'll make the necessary other changes to config and I'll try to download to the printer and give it a try later today.
1. A few things I noticed is that I cannot enable EEPROM_SETTINGS without getting compile errors.
2. #ifdef UNIFIED_BED_LEVELING_FEATURE || M100_FREE_MEMORY_WATCHER throws a warning about extra tokens. Do you mean to use
#if defined (UNIFIED_BED_LEVELING_FEATURE) || defined(M100_FREE_MEMORY_WATCHER)