GRBL workflow – Arduino

INSTALL WORKFLOW using an arduino uno and an arduino cnc shield:

1) Grbl is a motion control GCode Interpreter. The controller is written in highly optimized C to achieve precise timing and asynchronous operation. It is able to maintain up to 30kHz of stable, jitter free control pulses.
download GRBL 1.1 here

2) Flash the file to the arduino in various ways:
compile in the Arduino IDE
— download  the Arduino IDE for mac – pc – linux

____

get inspired from some nice examples from the original author

____

Protoneer directions for customized GRBL