Fixed typo bug effecting dual-axis build with Y.

This commit is contained in:
Sonny Jeon 2019-08-30 07:13:21 -04:00
parent 40eb439bf2
commit bdc2da9b59
2 changed files with 2 additions and 2 deletions

View file

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