lukasradek
lukasradek
I have added G29 parameters `N` (will have to rename), `M` and `G` to let user override the `GRID_MAX_POINTS_X` (and `Y`) and `GRID_MIN_SPACING` configuration settings respectively. **G29 probing points determination...
I have noticed that `N` is used "internally" and now I am aware of the other two. I will rename those.
Just to address a few things that I noticed at first glance. 1) You removed the whole G29 parameter logic... what should happen with that? 2) You rewrote the variable...
> * All LCD implementations that edit the mesh will need to be modified to account for variable size. Are you sure about that? I wasn't aware that bilinear leveling...
**I have implemented the `G29.cpp` code to its probably functionally final form.** Notable changes: 1. I am using `X`, `Y` and `P` for number of points per axis and `U`...
@EvilGremlin Even if you probe just let's say 50 mm x 50 mm area?
So I went through the `abl/bbl.cpp` and `abl/bbl.h` and this is the state of the affairs: I replaced the logic where there were hardcoded `MAX_POINTS` (or equivalent) values with their...
I have done a thorough search for files that need to be modified and I have added them to the original post. I have also added an **Asking for Help**...
> @EvilGremlin > > > with 2x2 it's bound to produce wrong result (and damage bed). > > How much wrong? Just not precise as with more points (but good...
It is fully backward compatible, that was my main goal. I like the slider as well. The issue I had with it was that it was hard to touch the...