Add Debug Menu with LCD_PROGRESS_BAR_TEST as an example
This commit is contained in:
parent
03af5961b0
commit
18ba31e9b5
22 changed files with 114 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue