More boards for CR-10S, Ender-3 V2 (#1031)

This commit is contained in:
ellensp 2024-05-13 08:04:26 +12:00 committed by GitHub
parent d0425ea91f
commit a1db04628f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 41225 additions and 4 deletions

View file

@ -90,6 +90,8 @@ jobs:
# Copy all .h files from the directory into the Marlin subfolder
echo "Building Configurations in $dir ..."
cp ../"$dir"/*.h Marlin/
# Suppress fatal warnings
echo -e "\n#define NO_CONTROLLER_CUSTOM_WIRING_WARNING" >> Marlin/Configuration.h
# Strip out #error lines so it can build
sed -i~ -e "20,30{/#error/d}" "Marlin/Configuration.h"