Browse Source

Fix DUAL_X_CARRIAGE endstops

\#8170 fixed
pull/1/head
Øystein Krog 7 years ago
parent
commit
441517bbe1
  1. 2
      Marlin/src/module/endstops.cpp

2
Marlin/src/module/endstops.cpp

@ -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

Loading…
Cancel
Save