Using latest bugfix 2.x
From Sanity check
static_assert(sanity_nozzle_to_probe_offset.z <= 0.25,
"Are you sure your Probe triggers above the nozzle? Set a negative Z value in the NOZZLE_TO_PROBE_OFFSET.");
Yes I am sure my probe triggers above the nozzle. This would be true with any configuration where the nozzle moves out of the way to expose a probe which is above the nozzle height. Forcing users into specific probe configurations seems counter productive. Im all up for a warning or notice in this regard, but not a compilation error.
For the moment, I have commented the offending line in SanityCheck.h
and relevant settings from configuration.h
#define NOZZLE_TO_PROBE_OFFSET { 0, 0, 7.0 } //My nozzle is 7mm lower than my probe.