Replace LANGUAGE_INCLUDE with LCD_LANGUAGE

This commit is contained in:
Scott Lahteine
2016-04-26 23:32:15 -07:00
parent 259794c0be
commit 0c11566f42
21 changed files with 30 additions and 26 deletions

View File

@@ -506,6 +506,8 @@
#error DISABLE_MAX_ENDSTOPS and DISABLE_MIN_ENDSTOPS deprecated. Use individual USE_*_PLUG options instead.
#elif ENABLED(Z_DUAL_ENDSTOPS) && !defined(Z2_USE_ENDSTOP)
#error Z_DUAL_ENDSTOPS settings are simplified. Just set Z2_USE_ENDSTOP to the endstop you want to repurpose for Z2
#elif defined(LANGUAGE_INCLUDE)
#error LANGUAGE_INCLUDE has been replaced by LCD_LANGUAGE. Please update your configuration.
#endif
#endif //SANITYCHECK_H