More translatable LCD strings (#15190)

This commit is contained in:
Ludy
2019-09-08 07:15:25 +02:00
committed by Scott Lahteine
parent ec3f29a33a
commit 068c303742
7 changed files with 80 additions and 21 deletions

View File

@ -1118,7 +1118,7 @@ void test_tmc_connection(const bool test_x, const bool test_y, const bool test_z
#endif
}
if (axis_connection) ui.set_status_P(PSTR("TMC CONNECTION ERROR"));
if (axis_connection) ui.set_status_P(PSTR(MSG_ERROR_TMC));
}
#endif // HAS_TRINAMIC