Commit history, logo license, full-arc fix.

- Commit history added to repo, as an easier way for people to see view
the changes over time.

- Grbl logo copyright license added. All rights reserved with regards
to the Grbl logo.

- G2/3 full circles would sometime not execute. The problem was due to
numerical round-off of a trig calculation. Added a machine epsilon
define to help detect and correct for this problem. Tested and should
not effect general operation of arcs.
This commit is contained in:
Sonny Jeon
2015-03-29 11:35:16 -06:00
parent 234195e721
commit 4c20a2173f
15 changed files with 4289 additions and 8 deletions

View File

@ -23,7 +23,7 @@
// Grbl versioning system
#define GRBL_VERSION "0.9i"
#define GRBL_VERSION_BUILD "20150327"
#define GRBL_VERSION_BUILD "20150329"
// Define standard libraries used by Grbl.
#include <avr/io.h>