Init all endstop bits to 0 (PR#2332)
This commit is contained in:
parent
e09abb1b31
commit
d135b15bb8
@ -475,7 +475,7 @@ ISR(TIMER1_COMPA_vect) {
|
|||||||
#else
|
#else
|
||||||
byte
|
byte
|
||||||
#endif
|
#endif
|
||||||
current_endstop_bits;
|
current_endstop_bits = 0;
|
||||||
|
|
||||||
#define _ENDSTOP_PIN(AXIS, MINMAX) AXIS ##_## MINMAX ##_PIN
|
#define _ENDSTOP_PIN(AXIS, MINMAX) AXIS ##_## MINMAX ##_PIN
|
||||||
#define _ENDSTOP_INVERTING(AXIS, MINMAX) AXIS ##_## MINMAX ##_ENDSTOP_INVERTING
|
#define _ENDSTOP_INVERTING(AXIS, MINMAX) AXIS ##_## MINMAX ##_ENDSTOP_INVERTING
|
||||||
|
Loading…
Reference in New Issue
Block a user