CNC remote for Buildbotics and Onefinity controller
You may use it for your own project as long as it is non-commercial. Feel free to create your own project with it. Adjust it for your own needs. Even with hardware I didn't provide. But you may not create a commercial product with it. If you have great ideas to improve the firmware, let me know. Or code it yourself, and I might merge it.
See info about this project: https://satoer.com/cnc-remote-panel-v3/
Changelog:
1.5
- Added a 1 second delay for the dust collector to start if both router and dust collector are in AUTO mode to prevent surge spikes. (Change #define dustCollectorDelay 1000 in ms to change)
- Some code cleanup.