Please check out the Wiki for further details.
8-bit Arduino controllers needs Toggle DTR selected in order to reset the controller on connect. Behaviour may be erratic if not set.
Latest changes committed 20200928, see the changelog for details.
A complete rewrite of my Grbl CNC Controls library including a sender application on top of these. It supports new features in grblHAL such as manual tool change and external MPG control - and is one of the reasons for writing this library and app. Other senders I have tried does not play nice when a MPG pendant is connected directly to the Grbl processor card...
Some UI examples:
Main screen.
3D view of program, with live update of tool marker.
Jogging flyout, supports up to 6 axes. The sender also supports keyboard jogging with <Shift> (speed) and <Ctrl> (distance) modifiers.
Advanced grbl configuration with on-screen documentation. UI is dynamically generated from data in a file.
Probing options.
Lathe mode.
Conversational programming for Lathe Mode. Threading requires grblHAL controller with driver that has spindle sync support.
2020-09-18