|
@@ -338,8 +338,8 @@
|
338
|
338
|
#error "You must set Z_RAISE_PROBE_DEPLOY_STOW in your configuration."
|
339
|
339
|
#elif !defined(Z_RAISE_BETWEEN_PROBINGS)
|
340
|
340
|
#error "You must set Z_RAISE_BETWEEN_PROBINGS in your configuration."
|
341
|
|
- #elif Z_RAISE_PROBE_DEPLOY_STOW < 1
|
342
|
|
- #error "Probes need Z_RAISE_PROBE_DEPLOY_STOW >= 1."
|
|
341
|
+ #elif Z_RAISE_PROBE_DEPLOY_STOW < 0
|
|
342
|
+ #error "Probes need Z_RAISE_PROBE_DEPLOY_STOW >= 0."
|
343
|
343
|
#elif Z_RAISE_BETWEEN_PROBINGS < 1
|
344
|
344
|
#error "Probes need Z_RAISE_BETWEEN_PROBINGS >= 1."
|
345
|
345
|
#endif
|