Fix axis name in serial output (#18522)
This commit is contained in:
parent
90380d5664
commit
7448b65567
1 changed files with 1 additions and 1 deletions
|
@ -501,4 +501,4 @@ struct XYZEval {
|
||||||
#undef FI
|
#undef FI
|
||||||
|
|
||||||
const xyze_char_t axis_codes { 'X', 'Y', 'Z', 'E' };
|
const xyze_char_t axis_codes { 'X', 'Y', 'Z', 'E' };
|
||||||
#define XYZ_CHAR(A) ('X' + char(A))
|
#define XYZ_CHAR(A) ((char)('X' + A))
|
||||||
|
|
Reference in a new issue