Sanity-check NOZZLE_PARK_POINT
This commit is contained in:
parent
86ee74731e
commit
b213a89ef5
|
@ -558,6 +558,11 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(NOZZLE_PARK_FEATURE)
|
||||
constexpr float npp[] = NOZZLE_PARK_POINT;
|
||||
static_assert(COUNT(npp) == XYZ, "NOZZLE_PARK_POINT requires X, Y, and Z values.");
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Individual axis homing is useless for DELTAS
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue