I updated my implementation of the laser widget now that the serial json widget

I updated my implementation of the laser widget now that the serial json widget publishes with onQueue and onComplete signal. I am getting more accurate reflection of whether the laser is on or off. However, since grbl still has a few lines in its buffer, it is not possible to determine for sure whether the laser is indeed on in real time.

Does tinyG has better support for DRO perhaps? Things like spindle speed and such would definitely make my switch even more urgent :slight_smile:

TinyG can be configured to send out real-time status reports. You can configure what you want in the status reports. This is all documented on the wiki https://github.com/synthetos/TinyG/wiki/Status-Reports

If you include line numbers in your code and in the reports then you can correlate exactly what’s happening. There’s more to it than this - of course. See the wiki for details