Followup to _AXIS patch

This commit is contained in:
Scott Lahteine
2018-05-13 10:40:45 -05:00
parent d9154ebdf6
commit ba4c32eec5
4 changed files with 9 additions and 9 deletions

View File

@ -208,7 +208,7 @@ void Endstops::report_state() {
#endif
#define _ENDSTOP_HIT_ECHO(A,C) do{ \
SERIAL_ECHOPAIR(" " STRINGIFY(A) ":", stepper.triggered_position_mm(A ##_AXIS)); \
SERIAL_ECHOPAIR(" " STRINGIFY(A) ":", stepper.triggered_position_mm(_AXIS(A))); \
_SET_STOP_CHAR(A,C); }while(0)
#define _ENDSTOP_HIT_TEST(A,C) \