Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.23 KB

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

Status

  • 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.

Dependencies

References