[1.1.x] Add optional menu item to toggle software endstops (#10392)

This commit is contained in:
Scott Lahteine
2018-04-13 00:24:20 -05:00
committed by GitHub
parent e3c2d43b2b
commit 090d72f591
57 changed files with 227 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