Fix DUAL_X_CARRIAGE endstops
\#8170 fixed
This commit is contained in:
parent
b46932f0c0
commit
441517bbe1
@ -453,7 +453,7 @@ void Endstops::update() {
|
|||||||
#endif
|
#endif
|
||||||
test_dual_x_endstops(X_MAX, X2_MAX);
|
test_dual_x_endstops(X_MAX, X2_MAX);
|
||||||
#else
|
#else
|
||||||
if (X_MIN_TEST) UPDATE_ENDSTOP(X, MAX);
|
if (X_MAX_TEST) UPDATE_ENDSTOP(X, MAX);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user