Closed mrv96 closed 3 years ago
Thank you for your reply. In order to have a huge grid the steps to performs are only:
Am i missing something?
That sounds about right.
In case you need new addresses for the screen, make sure you use new ones to avoid any issue.
Thank you. Since this feature request cannot be solved, I close the issue.
@Desuuuu what about loading circle instead of fixed on-screen grid during ABL procedure?
That's always an option, but both the probing & automatic leveling screens would need to be modified for it. The best way to do it would probably to make variants of these screens so the current functionality would be preserved for 5x5 grids.
I'm not going to be able to dedicate much time to this for at least a few month though.
I'll reopen this ticket anyway, as that would be a nice feature to have and there should be a proper way to implement it.
According to this line of code:
https://github.com/Desuuuu/Marlin/blob/1b614d3e4a0ae117b86b86dd30e2cfe3ac32baaa/Marlin/src/lcd/extui/lib/dgus_reloaded/config/DGUS_Constants.h#L28
ABL grid size must be composed exactly of 25 points. Why this limitation? Is there any way to remove it?