1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 01:59:54 +02:00

Added support for Spindle Enable and Direction

- Added Spindle Enable Support
- Added Spindle Direction Support
- M7 and M8 are now both optional

See the Wiki on how to setup I/O
This commit is contained in:
bdring
2018-09-10 12:40:45 -05:00
parent 0f98c00efd
commit 62c60b9a76
11 changed files with 167 additions and 89 deletions

View File

@@ -49,7 +49,6 @@ Using SD Card
### Roadmap
- Add Wifi support and a web page interface
- Add spindle enable and direction.
### Credits