Browse Source
Merge pull request #9277 from oysteinkrog/fix/DualX_Endstops
[2.0.x] Fix DUAL_X_CARRIAGE endstop tests
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/module/endstops.cpp
|
@ -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 |
|
|