Fix DUAL_X_CARRIAGE endstops

\#8170 fixed
This commit is contained in:
Øystein Krog 2018-01-21 15:29:32 +01:00
parent b46932f0c0
commit 441517bbe1

View File

@ -453,7 +453,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