1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 06:21:31 +00:00

Merge pull request #9278 from oysteinkrog/fix/DualX_Endstops_1.1.x

[1.1.x] Fix DUAL_X_CARRIAGE endstop tests
This commit is contained in:
Scott Lahteine 2018-01-22 07:42:28 -06:00 committed by GitHub
commit 6799aa9806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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