has anyone seen issues with the auto-level widget where, with grbl,

has anyone seen issues with the auto-level widget where, with grbl, it simply stops after one node is probed? no alarms, no errors etc.
and at the moment of probing all the ‘points to be probed’ disappear.

running 1.94 with the unchanged auto-level widget.

I am going to look at the auto-level code too just in case the bug is easy to find.

The Auto-Level widget is a different codebase from the TinyG widget because of how different probing is between the two. +Jarrett Luft was the creator of it where he forked TinyG as the starting point and then tweaked.

I think a combination of an incorrect string conversion and a difference in the grbl 1.1 interface caused this.

I have updated the code (in the grbl widget) but won’t test until tomorrow.