Fix DUAL_X_CARRIAGE endstops

\#8170 fixed
(cherry picked from commit 441517bbe1625aa68a49aef0f98c6c4184e66dff)
This commit is contained in:
Øystein Krog 2018-01-21 15:29:32 +01:00
parent 7b62670987
commit 1f37781bf1

View File

@ -441,7 +441,7 @@ void Endstops::update() {
#endif
test_dual_x_endstops(X_MAX, X2_MAX);
#else
if (X_MIN_TEST) UPDATE_ENDSTOP(X, MAX);
if (X_MAX_TEST) UPDATE_ENDSTOP(X, MAX);
#endif
#endif