Add Z_PROBE_LOW_POINT to prevent damage

This commit is contained in:
Scott Lahteine 2018-04-08 23:53:09 -05:00
parent e87ae5b643
commit 4f660a18bc
4 changed files with 36 additions and 9 deletions

View file

@ -759,6 +759,10 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
#error "MULTIPLE_PROBING must be >= 2."
#endif
#if Z_PROBE_LOW_POINT > 0
#error "Z_PROBE_LOW_POINT must be less than or equal to 0."
#endif
#else
/**