Skip to content

Commit

Permalink
…and…
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 14, 2020
1 parent c93df44 commit 553a3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/calibrate/G34_M422.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 553a3fb

Please sign in to comment.