1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-17 14:18:16 +01:00

5 Commits

Author SHA1 Message Date
Stefan de Bruijn
7b6b4b2087
Fixed C++ includes (#518)
* Moved all files to the src folder

* Removed all cpp includes; fixed by including the header file where needed

* Fixed build scripts and machine.h

* Removed temp file. sigh.

Co-authored-by: Stefan de Bruijn <stefan@nubilosoft.com>
2020-08-08 08:18:05 -10:00
Mitch Bradley
f27f29ba99 Removed add-on configurations
The new Spindle Class is a much better solution to
the problem that add-on's were intended to address.
2020-04-22 14:51:48 -10:00
odaki
056aa3d4b5 Add execution permission bit to script files 2020-03-22 21:59:53 +09:00
odaki
eb2f514f69 Modify build script for use with Travis CI
- Exit 255 if interrupted
- Exit non-zero if any errors occur (returns the number of failures)
- Fix: second machine name not passed
2020-03-22 21:10:52 +09:00
Mitch Bradley
cb278528ee Suggestions from bdring, added build-all scripts 2020-03-07 15:22:35 -10:00