Reduce MMU2 code, add test
This commit is contained in:
@ -752,7 +752,7 @@ G29_TYPE GcodeSuite::G29() {
|
||||
for (uint8_t i = 0; i < 3; ++i) {
|
||||
if (verbose_level) SERIAL_ECHOLNPAIR("Probing point ", int(i), "/3.");
|
||||
#if HAS_DISPLAY
|
||||
ui.status_printf_P(0, PSTR(S_FMT" %i/3"), GET_TEXT(MSG_PROBING_MESH), int(i));
|
||||
ui.status_printf_P(0, PSTR(S_FMT " %i/3"), GET_TEXT(MSG_PROBING_MESH), int(i));
|
||||
#endif
|
||||
|
||||
// Retain the last probe position
|
||||
|
Reference in New Issue
Block a user