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

Recommend Z Safe Homing


Co-Authored-By: default avatarVertabreaker <opyrus@hotmail.com>
parent e442663e
Branches
Tags
No related merge requests found
......@@ -1227,6 +1227,10 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#error "Z_PROBE_LOW_POINT must be less than or equal to 0."
#endif
#if HOMING_Z_WITH_PROBE && DISABLED(Z_SAFE_HOMING)
#error "Z_SAFE_HOMING is recommended when homing with a probe. Enable it or comment out this line to continue."
#endif
#else
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment