1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-15 11:04:16 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Mitch Bradley
94b6feecce Changed STATUS_ defines to enum class Error (#584)
* Changed STATUS_ defines  to enum class Error

* Added license blocks to new files

* Suppress  Compiling..Error.cpp  build script output

The filters that look for errors in the output were
triggering on the filename Error.cpp
2020-09-08 12:54:21 -10:00
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
Mitch Bradley
0ae35fabb1 Tweaks to build-all scripts 2020-03-08 12:56:49 -10:00
Mitch Bradley
cb278528ee Suggestions from bdring, added build-all scripts 2020-03-07 15:22:35 -10:00