Added G61 exact path support.

- G61 exact path is the Grbl default path control mode, so it’s now
added as a supported g-code.
This commit is contained in:
Sonny Jeon
2015-05-29 21:32:45 -06:00
parent 2e8ed41b11
commit e14cff3ddc
5 changed files with 98 additions and 18 deletions

View File

@ -1,3 +1,71 @@
----------------
Date: 2015-05-27
Author: Sonny Jeon
Subject: Another git case-sensitive folder fix.
- Im now officially annoyed.
----------------
Date: 2015-05-27
Author: Sonny Jeon
Subject: Added X-Carve defaults.
- Added X-Carve 500mm and 1000mm default files.
- Tweaked all default files. Removed obsolete AUTO_START and updated
some JUNCTION_DEVIATION defaults after testing showed these needed to
be reduced slightly.
----------------
Date: 2015-05-27
Author: Sonny Jeon
Subject: Merge pull request #710 from buserror/fix-directory-case-sensitivity
Rename Grbl to grbl
----------------
Date: 2015-05-27
Author: Michel Pollet
Subject: Rename Grbl to grbl
Otherwise compilation fails on linux, or other case sensitive systems
Signed-off-by: Michel Pollet <buserror@gmail.com>
----------------
Date: 2015-05-26
Author: Sonny Jeon
Subject: Updated README
----------------
Date: 2015-05-26
Author: Sonny Jeon
Subject: Merge pull request #706 from grbl/edge
Merge edge branch.
----------------
Date: 2015-05-23
Author: Sonny Jeon
Subject: CoreXY planner bug fix.
- CoreXY motions were moving to the negative value of the intended
target. Now fixed.
----------------
Date: 2015-05-23
Author: Sonny Jeon
Subject: Moved cpu_map.
- Moved cpu_map files to a cpu_map directory, like the defaults file
organization.
----------------
Date: 2015-05-23
Author: Sonny Jeon