mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 14:24:34 +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:
commit
6799aa9806
@ -441,7 +441,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
|
||||||
|
Loading…
Reference in New Issue
Block a user