Skip to content
Snippets Groups Projects
Commit b213a89e authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Sanity-check NOZZLE_PARK_POINT

parent 86ee7473
Branches
Tags
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment