Allow zero Z_RAISE_BETWEEN_PROBINGS
This commit is contained in:
parent
8953e3e984
commit
ab4b2a66ff
|
@ -340,8 +340,8 @@
|
||||||
#error "You must set Z_RAISE_BETWEEN_PROBINGS in your configuration."
|
#error "You must set Z_RAISE_BETWEEN_PROBINGS in your configuration."
|
||||||
#elif Z_RAISE_PROBE_DEPLOY_STOW < 0
|
#elif Z_RAISE_PROBE_DEPLOY_STOW < 0
|
||||||
#error "Probes need Z_RAISE_PROBE_DEPLOY_STOW >= 0."
|
#error "Probes need Z_RAISE_PROBE_DEPLOY_STOW >= 0."
|
||||||
#elif Z_RAISE_BETWEEN_PROBINGS < 1
|
#elif Z_RAISE_BETWEEN_PROBINGS < 0
|
||||||
#error "Probes need Z_RAISE_BETWEEN_PROBINGS >= 1."
|
#error "Probes need Z_RAISE_BETWEEN_PROBINGS >= 0."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue