mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 14:55:00 -06:00
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_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
|
Loading…
Add table
Add a link
Reference in a new issue