Changes

GRBL

1 byte added, 18:41, 13 March 2013
no edit summary
***(note: DEVPATH should match the name of your currently connected arduino. you can find this from arduino software under Port selection)
**<code>export GRBLHEX=grbl.hex</code>
*Add the avr compiler's to your PATH. type this into the terminal: <code>export PATH="$PATH:$AVRPATH/bin"</code>
*Change to the grbl directory: <code>cd ~/PATH_TO_DOWNLOAD/grbl-master</code>
*Compile GRBL. In the grbl-master director, type: <code>make</code>. GRBL should compile.