Show all endstops on LCD in checkHitEndstops

This commit is contained in:
Scott Lahteine
2016-04-07 01:39:00 -07:00
parent 8429ae6beb
commit 7c16e774ca
2 changed files with 30 additions and 16 deletions

View File

@@ -49,6 +49,9 @@
#ifndef MSG_SD_REMOVED
#define MSG_SD_REMOVED "Card removed"
#endif
#ifndef MSG_LCD_ENDSTOPS
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
#endif
#ifndef MSG_MAIN
#define MSG_MAIN "Main"
#endif