Hi, I have a cnc that uses marlin 1.1. It is a large machine (2800x2000mm). I'm using bilinear autolevel to correct some imperfections of the table. I'm using a 10x10 grid. The grid generation process takes a long time.
What I need to do, is that each time the zprobe touches the table, that measurement is displayed on the status screen, and still on the screen until the next position. This way I do not have to wait for the whole process to finish to see the results that are obtained, I do not need to have a computer to see the grid using M420 V.
How can I do this?
I guess I should use lcd_setstatus (., but, where and with what value?
thanks
What I need to do, is that each time the zprobe touches the table, that measurement is displayed on the status screen, and still on the screen until the next position. This way I do not have to wait for the whole process to finish to see the results that are obtained, I do not need to have a computer to see the grid using M420 V.
How can I do this?
I guess I should use lcd_setstatus (., but, where and with what value?
thanks