Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Bypass error in build_example
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 6, 2023
1 parent e116a99 commit a6b32a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildroot/bin/build_example
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ $SED -i~ -e "20,30{/#error/d}" Marlin/Configuration.h
rm Marlin/Configuration.h~
unset IFS; set +f

# Suppress fatal warnings
echo -e "\n#define NO_CONTROLLER_CUSTOM_WIRING_WARNING" >> Marlin/Configuration.h

echo "Building the firmware now..."
$HERE/mftest -s -a -n1 || { echo "Failed"; exit 1; }

Expand Down

0 comments on commit a6b32a5

Please sign in to comment.