…and…

This commit is contained in:
Scott Lahteine
2020-08-13 20:43:13 -05:00
committed by InsanityAutomation
parent 9100ed15fa
commit f4e26c785f
+1 -1
View File
@@ -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