From 1f37781bf1f56c3be020015f841ddbb44e8c0766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Krog?= Date: Sun, 21 Jan 2018 15:29:32 +0100 Subject: [PATCH] Fix DUAL_X_CARRIAGE endstops \#8170 fixed (cherry picked from commit 441517bbe1625aa68a49aef0f98c6c4184e66dff) --- Marlin/endstops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/endstops.cpp b/Marlin/endstops.cpp index 1b1cab023..5452665ea 100644 --- a/Marlin/endstops.cpp +++ b/Marlin/endstops.cpp @@ -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