Spindle enable pin with variable spindle option fix.

- [fix] When USE_SPINDLE_DIR_AS_ENABLE_PIN is enabled in config.h, the
enable pin was not being set when spindle speed is zero. This behavior
should now be fixed.
This commit is contained in:
Sonny Jeon 2017-01-03 10:10:35 -07:00
parent 864d1306b9
commit 30c0f79afd
3 changed files with 19 additions and 12 deletions

View file

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