Hi All,
I've seen 15 downloads so far

great !
So then for all of you downloaders ( and of course others

) .....
Version 0.9.2 is there !I posted this new version at the bottom of this post:
GRBL v1.1 Machine Control and GCODE sender PluginThe GCODE streamer is in ! ( and working ) As far as I could test it with my little EleksMill, it seems to run quite nicely

So if anyone has a machine with GRBL v1.1 sitting around and could do some tests on it... I would be really gratefull.
Using the 'default' postprocessor, I needed to filter out all
officially documented unsupported GCODEs from the stream.
Further more, comments are also filtered out. This feature although is not yet 100% bulletproof --> ( comment ) comments are taken away, but also any following valid GCODE

Finally all white-space is removed from a code line, to maximize throughput and keep GRBL's path-planner busy.
Toolchange M6 is intercepted and skipped. Toolchange will be something I will very probably implement in GRBLMachine, since I gonna need it for PCB drilling...

( any suggestions how to do it are welcome )
The GCODE sender is fully multi-threaded and runs completely in the background. While machining, CamBam can be fully used ! You might even open other files/projects. Until the job is finished, GRBLMachine latches the original file in memory.
Note that while the machine is NOT IDLE, some of the UI options are disabled ( since e.g. $ codes are not permitted on a rinnung machine ).
The Commandline however stays open... commands entered and sent from there will be inserted in the currently executing job !!!
Well, that's it for now, here is a little movie:
https://www.youtube.com/v/AlxNpKsV2qIhttps://youtu.be/AlxNpKsV2qIGrtzz and please keep me informed about what you think of GRBLMachine,
Karst