Fix axis name in serial output (#18522)
This commit is contained in:
		@@ -501,4 +501,4 @@ struct XYZEval {
 | 
			
		||||
#undef FI
 | 
			
		||||
 | 
			
		||||
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 New Issue
	
	Block a user