Improved fix for rare lowering feed/rapid override bug.

[fix] In the previous hot fix, there was still (rarer) potential for
very small floating point errors incorrectly handle an override
deceleration and crash Grbl. Re-factored the if-then statement in terms
of speed changes, rather than distance, to completely eliminate the
issue.
This commit is contained in:
Sonny Jeon 2017-08-01 10:27:42 -06:00
parent 477a94cd49
commit 5967839ab3
3 changed files with 13 additions and 6 deletions

View file

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