Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example

This commit is contained in:
Scott Lahteine
2016-12-19 21:36:06 -08:00
parent 03af5961b0
commit 18ba31e9b5
22 changed files with 114 additions and 15 deletions

View File

@ -51,6 +51,12 @@
#ifndef MSG_DISABLE_STEPPERS
#define MSG_DISABLE_STEPPERS _UxGT("Disable steppers")
#endif
#ifndef MSG_DEBUG_MENU
#define MSG_DEBUG_MENU _UxGT("Debug Menu")
#endif
#ifndef MSG_PROGRESS_BAR_TEST
#define MSG_PROGRESS_BAR_TEST _UxGT("Progress Bar Test")
#endif
#ifndef MSG_AUTO_HOME
#define MSG_AUTO_HOME _UxGT("Auto home")
#endif