Fixed typo in Z_ENDSTOP_INVERT patch by lemio

This commit is contained in:
Alessandro Ranellucci 2011-08-26 19:43:38 +02:00
parent 492682f06a
commit b74d1b90e3

View file

@ -960,7 +960,7 @@ inline void process_commands()
#endif
#if (Z_MIN_PIN > -1)
Serial.print("z_min:");
Serial.print((READ(Z_MIN_PIN)^Z_ENDSTOP_INVERT?"H ":"L ");
Serial.print((READ(Z_MIN_PIN)^Z_ENDSTOP_INVERT)?"H ":"L ");
#endif
#if (Z_MAX_PIN > -1)
Serial.print("z_max:");