Cleanup of the buildroot
This commit is contained in:
parent
c4e6e41b05
commit
a878c09614
895 changed files with 44 additions and 501260 deletions
5
buildroot/bin/opt_enable_adv
Normal file
5
buildroot/bin/opt_enable_adv
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
for opt in "$@" ; do
|
||||
eval "sed -i 's/\/\/ *\(#define *$opt\)/\1/g' Marlin/Configuration_adv.h"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue