-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Description
The following commit ( in Marlin 2.0.1 and bugfix-2.0.x ) causes a regression with ABL (bilinear):
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]))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels