first
This commit is contained in:
commit
60ece440f6
553 changed files with 361616 additions and 0 deletions
7
buildroot/bin/opt_enable
Normal file
7
buildroot/bin/opt_enable
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SED=$(which gsed || which sed)
|
||||
|
||||
for opt in "$@" ; do
|
||||
eval "${SED} -i 's/\/\/[[:blank:]]*\(#define \b${opt}\b\)/\1/g' Marlin/Configuration.h"
|
||||
done
|
Reference in a new issue