Browse Source

Merge pull request #4883 from esenapaj/Follow-up-the-PR-#4860

Follow-up the PR #4860 (Fix BLTOUCH string and SERVO_DELAY)
Scott Lahteine 8 years ago
parent
commit
da1644313d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language_en.h

+ 1
- 1
Marlin/language_en.h View File

366
 #ifndef MSG_ZPROBE_OUT
366
 #ifndef MSG_ZPROBE_OUT
367
   #define MSG_ZPROBE_OUT                      "Z probe out. bed"
367
   #define MSG_ZPROBE_OUT                      "Z probe out. bed"
368
 #endif
368
 #endif
369
-#ifndef MSG_BLTOUCH_RESET
369
+#ifndef MSG_BLTOUCH_SELFTEST
370
   #define MSG_BLTOUCH_SELFTEST                "BLTouch Self-Test"
370
   #define MSG_BLTOUCH_SELFTEST                "BLTouch Self-Test"
371
 #endif
371
 #endif
372
 #ifndef MSG_BLTOUCH_RESET
372
 #ifndef MSG_BLTOUCH_RESET

Loading…
Cancel
Save