Additional build info in the $I printout.

- [new] Added total available planner buffer blocks (15 shown, but
there are 16. one is used by the ring buffer and to execute system
motions) and serial RX buffer bytes. This information is useful for
GUIs to setup and optimize their streaming protocols easily.

[doc] Updated the interface document to reflect the change.
This commit is contained in:
Sonny Jeon 2017-01-31 18:46:20 -07:00
parent beaa40583c
commit f51268e855
4 changed files with 25 additions and 8 deletions

View file

@ -23,7 +23,7 @@
// Grbl versioning system
#define GRBL_VERSION "1.1f"
#define GRBL_VERSION_BUILD "20170129"
#define GRBL_VERSION_BUILD "20170131"
// Define standard libraries used by Grbl.
#include <avr/io.h>