mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-19 21:02:02 +02:00
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>
This commit is contained in:
@@ -33,7 +33,7 @@ BuildMachine () {
|
||||
}
|
||||
|
||||
# Build all the machines
|
||||
for file in `ls ./Grbl_Esp32/Machines/*`; do
|
||||
for file in `ls ./Grbl_Esp32/src/Machines/*`; do
|
||||
base=`basename $file`
|
||||
BuildMachine $base ""
|
||||
done
|
||||
|
Reference in New Issue
Block a user