Browse Source

Follow-up the PR #4860 (Fix BLTOUCH string and SERVO_DELAY)

esenapaj 7 years ago
parent
commit
ee60225c07
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,7 +366,7 @@
366 366
 #ifndef MSG_ZPROBE_OUT
367 367
   #define MSG_ZPROBE_OUT                      "Z probe out. bed"
368 368
 #endif
369
-#ifndef MSG_BLTOUCH_RESET
369
+#ifndef MSG_BLTOUCH_SELFTEST
370 370
   #define MSG_BLTOUCH_SELFTEST                "BLTouch Self-Test"
371 371
 #endif
372 372
 #ifndef MSG_BLTOUCH_RESET

Loading…
Cancel
Save