From f4e26c785fc56fd590092ee46e765ced341a4187 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 13 Aug 2020 20:43:13 -0500 Subject: [PATCH] =?UTF-8?q?=E2=80=A6and=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/gcode/calibrate/G34_M422.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/calibrate/G34_M422.cpp b/Marlin/src/gcode/calibrate/G34_M422.cpp index eeb18a9ca8..e0b7965a2f 100644 --- a/Marlin/src/gcode/calibrate/G34_M422.cpp +++ b/Marlin/src/gcode/calibrate/G34_M422.cpp @@ -161,7 +161,7 @@ void GcodeSuite::G34() { #if HAS_DISPLAY PGM_P const msg_iteration = GET_TEXT(MSG_ITERATION); - const uint8_t iter_str_len = strlen_P(iter_str_len); + const uint8_t iter_str_len = strlen_P(msg_iteration); #endif // Final z and iteration values will be used after breaking the loop