|  |  |  | @ -9146,13 +9146,13 @@ inline void gcode_M211() { | 
			
		
	
		
			
				
					|  |  |  |  |     SERIAL_ECHOPGM(MSG_OFF); | 
			
		
	
		
			
				
					|  |  |  |  |   #endif | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPGM(MSG_SOFT_MIN); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(    MSG_X, soft_endstop_min[X_AXIS]); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(" " MSG_Y, soft_endstop_min[Y_AXIS]); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(" " MSG_Z, soft_endstop_min[Z_AXIS]); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(    MSG_X, LOGICAL_X_POSITION(soft_endstop_min[X_AXIS])); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(" " MSG_Y, LOGICAL_Y_POSITION(soft_endstop_min[Y_AXIS])); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(" " MSG_Z, LOGICAL_Z_POSITION(soft_endstop_min[Z_AXIS])); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPGM(MSG_SOFT_MAX); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(    MSG_X, soft_endstop_max[X_AXIS]); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(" " MSG_Y, soft_endstop_max[Y_AXIS]); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOLNPAIR(" " MSG_Z, soft_endstop_max[Z_AXIS]); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(    MSG_X, LOGICAL_X_POSITION(soft_endstop_max[X_AXIS])); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOPAIR(" " MSG_Y, LOGICAL_Y_POSITION(soft_endstop_max[Y_AXIS])); | 
			
		
	
		
			
				
					|  |  |  |  |   SERIAL_ECHOLNPAIR(" " MSG_Z, LOGICAL_Z_POSITION(soft_endstop_max[Z_AXIS])); | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | #if HOTENDS > 1 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |