GRBL: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=What is GRBL?= "Grbl is a free, open source, high performance CNC milling controller written in optimized C that will run on a straight Arduino." [http://dank.bengler.no/-/pag...") |
No edit summary |
||
Line 14: | Line 14: | ||
[[Image: grbl.png]] | [[Image: grbl.png]] | ||
=Modify GRBL Files for enabling GRBL flashing to Arduino board on Linux= | |||
*Navigate to the GRBL folder | |||
[[Image: grblfolder.png]] | |||
*Open "Makefile" in gedit | |||
*Edit the PROGRAMMER line as: | |||
PROGRAMMER = -c stk500v1 -P /dev/ttyACM0 -b 115200 | |||
[[Image: grblmakefileedit.png]] |
Revision as of 04:35, 30 March 2012
What is GRBL?
"Grbl is a free, open source, high performance CNC milling controller written in optimized C that will run on a straight Arduino."
How to Get GRBL Files on Linux
- Open Terminal and type:
git clone https://github.com/damellis/grbl.git grbl
Modify GRBL Files for enabling GRBL flashing to Arduino board on Linux
- Navigate to the GRBL folder
- Open "Makefile" in gedit
- Edit the PROGRAMMER line as:
PROGRAMMER = -c stk500v1 -P /dev/ttyACM0 -b 115200