Cleanup of the buildroot
This commit is contained in:
5
buildroot/bin/opt_disable
Normal file
5
buildroot/bin/opt_disable
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for opt in "$@" ; do
|
||||
eval "sed -i 's/\(\/\/ *\)*\(\#define *$opt\)/\/\/\2/g' Marlin/Configuration.h"
|
||||
done
|
Reference in New Issue
Block a user