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:
parent
2e8ed41b11
commit
e14cff3ddc
5 changed files with 98 additions and 18 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
// Grbl versioning system
|
||||
#define GRBL_VERSION "0.9i"
|
||||
#define GRBL_VERSION_BUILD "20150523"
|
||||
#define GRBL_VERSION_BUILD "20150529"
|
||||
|
||||
// Define standard libraries used by Grbl.
|
||||
#include <avr/io.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue