Add Z_PROBE_LOW_POINT to prevent damage
This commit is contained in:
parent
e87ae5b643
commit
4f660a18bc
4 changed files with 36 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue