Skip to content

Commit 1669356

Browse files
committed
🔧 Split followup
1 parent aaf55a2 commit 1669356

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
@@ -264,7 +264,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
264264
#if !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
265265
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
266266
#else
267-
#if HAS_Y_AXIS
267+
#if HAS_X_AXIS
268268
static_assert(X_MAX_LENGTH >= X_BED_SIZE, "Movement bounds (X_MIN_POS, X_MAX_POS) are too narrow to contain X_BED_SIZE.");
269269
#endif
270270
#if HAS_Y_AXIS

0 commit comments

Comments
 (0)