Skip to content

Commit a6b32a5

Browse files
committed
🧑‍💻 Bypass error in build_example
1 parent e116a99 commit a6b32a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildroot/bin/build_example

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ $SED -i~ -e "20,30{/#error/d}" Marlin/Configuration.h
3232
rm Marlin/Configuration.h~
3333
unset IFS; set +f
3434

35+
# Suppress fatal warnings
36+
echo -e "\n#define NO_CONTROLLER_CUSTOM_WIRING_WARNING" >> Marlin/Configuration.h
37+
3538
echo "Building the firmware now..."
3639
$HERE/mftest -s -a -n1 || { echo "Failed"; exit 1; }
3740

0 commit comments

Comments
 (0)