Added settings documentation. Very minor bug fix to step direction handling.

- Added v1.1 settings documentation to the markdown folder.

- Fixed a very minor bug in the step direction handling upon wakeup.
The direction mask would temporarily go back to default mask for about
a millisecond when moving in the same non-default direction. It did not
effect Grbl behavior before, but fixed for consistency.
This commit is contained in:
chamnit
2016-10-12 19:18:05 -06:00
parent 6ab3cfbe7d
commit a0e96eb11a
4 changed files with 169 additions and 129 deletions

View File

@ -1,3 +1,15 @@
----------------
Date: 2016-10-12
Author: Sonny Jeon
Subject: Spindle speed bug fix.
- Spindle speed updating wasnt working in the g-code parser due to
some borked up logic on my part. Fixed it and should be operating as
intended for both normal and laser spindle modes.
- Elaborated a little more on the new sleep mode in the documentation.
----------------
Date: 2016-10-11
Author: Sonny Jeon