This commit is contained in:
david
2021-06-03 22:31:54 +02:00
commit 2a3d31a755
2308 changed files with 1503875 additions and 0 deletions

3
buildroot/bin/opt_add Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
eval "echo '#define ${@}' | cat - Marlin/Configuration.h > temp && mv temp Marlin/Configuration.h"