Fixed typo in Z_ENDSTOP_INVERT patch by lemio
This commit is contained in:
parent
492682f06a
commit
b74d1b90e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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:");
|
||||
|
|
|
|||
Loading…
Reference in a new issue