Terje Io

Results 949 comments of Terje Io

Thanks. I have found the NAN issue, it is due to the sender expecting tool offset values for all axes in the TLO report. grblHAL and some other ports outputs...

Fix for NaN issue added in [latest release](https://github.com/terjeio/Grbl-GCode-Sender/releases/tag/v023-beta3). As for the how probing is implemented a good starting point would be to add a wiki page as a reference/specification and...

> When looking through the current tool change code, it doesn't seem like I can easily plug into the logic without modifying at least the tool_change.c logic to account for...

> After COM port and parameters selected at first run, it's no any wey to see the port used or change it from the GUI. Create a shortcut to the...

For most of the grblHAL drivers this is not an issue as I use a 32 bit timer whenever possible. In fact I have had to limit the [maximum step...

> Presumably the idea of a HAL is that it works all the time not whenever possible. grblHAL is designed to be flexible and offers [different features](https://github.com/grblHAL/drivers) for the MCUs/boards...

> I think it's relevant to open this issue here since the results are interesting for this project. It is relevant but IMO slowing the probing speed to get more...

If I have done it correctly this is fixed in 2.0.36, I need to retest after moving some code for the XL version.

> Edge 2.0.36p15 has the issue. Works for me, but then I have _Parser_ state enabled in _Status report options_ ($10). I guess I have to request a parser state...

It is supported by the iMXRT1062 driver, perhaps a few more. It is implemented by [repurposing the reset input](https://github.com/grblHAL/iMXRT1062/blob/97cf1e012251fb6478bdba9f3ed6f8805075f9f9/grblHAL_Teensy4/src/driver.c#L1009-L1034). Search for `ESTOP_ENABLE` to see the rest of the implementation details....