We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258a2ed commit 92d3a03Copy full SHA for 92d3a03
buildroot/bin/build_example
@@ -24,6 +24,6 @@ cp "$SUB"/_Statusscreen.h Marlin/ 2>/dev/null
24
25
echo "Building the firmware now..."
26
HERE=`dirname "$0"`
27
-$HERE/mftest -a -n1 || { echo "Failed"; exit 1; }
+$HERE/mftest -s -a -n1 || { echo "Failed"; exit 1; }
28
29
echo "Success"
0 commit comments