Add SD Release when no SD_DETECT_PIN exists (#13857)

This commit is contained in:
Clinton James
2019-05-01 18:00:21 +12:00
committed by Scott Lahteine
parent 39ebca6b5f
commit 2740cc64d8
2 changed files with 30 additions and 12 deletions

View File

@ -67,6 +67,9 @@
#ifndef MSG_SD_REMOVED
#define MSG_SD_REMOVED _UxGT("Card removed")
#endif
#ifndef MSG_SD_RELEASED
#define MSG_SD_RELEASED _UxGT("Card released")
#endif
#ifndef MSG_LCD_ENDSTOPS
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
#endif
@ -879,6 +882,9 @@
#ifndef MSG_CHANGE_SDCARD
#define MSG_CHANGE_SDCARD _UxGT("Change SD card")
#endif
#ifndef MSG_RELEASE_SDCARD
#define MSG_RELEASE_SDCARD _UxGT("Release SD card")
#endif
#ifndef MSG_ZPROBE_OUT
#define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
#endif