Another homing cycle fix.

- The homing cycle should be working again. Reverted it back to how it
was about a month ago before I started to fiddle with it. Turns out
that my past self knew what he was doing.
This commit is contained in:
Sonny Jeon
2015-03-07 13:32:59 -07:00
parent 76730176da
commit e832595e6d
2 changed files with 10 additions and 6 deletions

View File

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