mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 18:56:13 +00:00
🔧 Split followup
This commit is contained in:
parent
aaf55a21ad
commit
166935641a
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
|
||||||
#if !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
|
#if !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
|
||||||
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
|
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
|
||||||
#else
|
#else
|
||||||
#if HAS_Y_AXIS
|
#if HAS_X_AXIS
|
||||||
static_assert(X_MAX_LENGTH >= X_BED_SIZE, "Movement bounds (X_MIN_POS, X_MAX_POS) are too narrow to contain X_BED_SIZE.");
|
static_assert(X_MAX_LENGTH >= X_BED_SIZE, "Movement bounds (X_MIN_POS, X_MAX_POS) are too narrow to contain X_BED_SIZE.");
|
||||||
#endif
|
#endif
|
||||||
#if HAS_Y_AXIS
|
#if HAS_Y_AXIS
|
||||||
|
|
Loading…
Add table
Reference in a new issue