1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-17 20:01:42 +02:00

7 Commits

Author SHA1 Message Date
bdring
50bae92bfb M67 (#592)
* Implemented gcode parsing. No action yet.

* Added iImmediate version of commands.

* Analog I/O working - don't merge yet.

* Ready for review

* Fixing issues and mask variable size
2020-09-10 21:17:02 -05:00
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
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