Added download links to README.

This commit is contained in:
Sonny Jeon
2012-12-12 17:11:03 -07:00
parent b297b8d788
commit add7944811
9 changed files with 16 additions and 9335 deletions

View File

@ -8,6 +8,22 @@ It accepts standards-compliant G-code and has been tested with the output of sev
Grbl includes full acceleration management with look ahead. That means the controller will look up to 18 motions into the future and plan its velocities ahead to deliver smooth acceleration and jerk-free cornering.
*Downloads (Right-click and Save-as):*
_Master_
[Grbl v0.8c Atmega328p 16mhz 9600baud](http://bit.ly/SSdCJE)
_Edge_
[Grbl v0.9a Build 2012-12-10](http://bit.ly/UDBwpZ)
_Archives_
[Grbl v0.8a Atmega328p 16mhz 9600baud](http://bit.ly/TVCTVv)
[Grbl v0.7d Atmega328p 16mhz 9600baud](http://bit.ly/ZhL15G)
[Grbl v0.6b Atmega328p 16mhz 9600baud](http://bit.ly/VD04A5)
[Grbl v0.6b Atmega168 16mhz 9600baud](http://bit.ly/SScWnE)
[Grbl v0.51 Atmega328p 16mhz 9600baud](http://bit.ly/W75BS1)
[Grbl v0.51 Atmega168 16mhz 9600baud](http://bit.ly/VXyrYu)
*Changelog for v0.8 from v0.7:*
- Major structural overhaul to allow for multi-tasking events and new feature sets.
- Run-time command control: Feed hold (pause), Cycle start (resume), Reset (abort), Status reporting (current position and state).