mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16: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)
|
||||
#error "X_BED_SIZE and Y_BED_SIZE are now required!"
|
||||
#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.");
|
||||
#endif
|
||||
#if HAS_Y_AXIS
|
||||
|
|
Loading…
Reference in a new issue