Skip to content

Commit 3f9c2f8

Browse files
committed
🔧 Fix IDEX home check
Followup to MarlinFirmware#25780
1 parent 00298e6 commit 3f9c2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/SanityCheck.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
18221822
#elif !defined(X2_HOME_POS) || !defined(X2_MIN_POS) || !defined(X2_MAX_POS)
18231823
#error "DUAL_X_CARRIAGE requires X2_HOME_POS, X2_MIN_POS, and X2_MAX_POS."
18241824
#elif X_HOME_TO_MAX
1825-
#error "DUAL_X_CARRIAGE requires X_HOME_DIR 1."
1825+
#error "DUAL_X_CARRIAGE requires X_HOME_DIR -1."
18261826
#endif
18271827
#endif
18281828

0 commit comments

Comments
 (0)