Command line monitor and g-code sender for the Arduino grblShield.
Written so I could hook up my MacBook to my ShapeOko, test a few g-code instructions, mess with the grbl configuration, implement a simple jog system devined with waypoints and stream some g-code to get said ShapeOko to dance.
Warning: This is all command line (bash actually). It is crude and simplistic. For a better solution, go take a look at the Universal G-Code Sender
- Monitor (ala the Arduino Serial Monitor Tool) complete.
- Jog feature complete.
- Waypoint manager feature.
- Started writing the framework for the g-code sender/streamer thingy.
- grblShield http://www.synthetos.com/wiki/index.php?title=Projects:grblShield
- grbl https://github.com/grbl/grbl/wiki
- g-code http://linuxcnc.org/docs/html/gcode.html
- ShapeOko http://www.shapeoko.com/wiki/
- Universal G-Code Sender https://github.com/winder/Universal-G-Code-Sender