Skip to content

[BUG] No longer possible to have a probe which triggers above the nozzle #20411

@c3D-Dan

Description

@c3D-Dan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions