More serial strings

This commit is contained in:
Scott Lahteine
2020-02-26 04:11:03 -06:00
parent cdcd45d651
commit 5ebba4b19f
7 changed files with 10 additions and 10 deletions

View File

@ -424,7 +424,7 @@ void _O2 Endstops::report_states() {
bltouch._set_SW_mode();
#endif
SERIAL_ECHOLNPGM(STR_M119_REPORT);
#define ES_REPORT(S) print_es_state(READ(S##_PIN) != S##_ENDSTOP_INVERTING, PSTR(MSG_##S))
#define ES_REPORT(S) print_es_state(READ(S##_PIN) != S##_ENDSTOP_INVERTING, PSTR(STR_##S))
#if HAS_X_MIN
ES_REPORT(X_MIN);
#endif