[2.0.x] Add optional menu item to toggle software endstops (#10389)

This commit is contained in:
KangDroid
2018-04-13 14:24:09 +09:00
committed by Scott Lahteine
parent 3c5c6d478a
commit 6c535081ec
66 changed files with 263 additions and 0 deletions

View File

@@ -55,6 +55,9 @@
#ifndef MSG_LCD_ENDSTOPS
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
#endif
#ifndef MSG_LCD_SOFT_ENDSTOPS
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft Endstops")
#endif
#ifndef MSG_MAIN
#define MSG_MAIN _UxGT("Main")
#endif