Skip to content

NOZZLE_AS_PROBE ABL regression #16410

@pmjdebruijn

Description

@pmjdebruijn

The following commit ( in Marlin 2.0.1 and bugfix-2.0.x ) causes a regression with ABL (bilinear):

1c9ccce (#15929)

Relevant configuration:

#define BLTOUCH
#define AUTO_BED_LEVELING_BILINEAR
#define GRID_MAX_POINTS_X 3
#define NOZZLE_TO_PROBE_OFFSET { -44, -6, 0 }
#define MIN_PROBE_EDGE 44
#define EXTRAPOLATE_BEYOND_GRID

I have this specifically on an Ender 3 Pro with the SKR mini E3 board.

With that commit applied, my 9 point grid is clustered absurdly closely to each other in the center of the board, almost as-if MIN_PROBE_EDGE had been set to 80 or something along those lines.

Reverting 1c9ccce on 2.0.1 returns behavior to normal, so that definitively confirms 1c9ccce is causing this issue.

And on a sidenote shouldn't MIN_PROBE_EDGE default to max(abs(NOZZLE_TO_PROBE_OFFSET[X]),abs(NOZZLE_TO_PROBE_OFFSET[Y]))

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