Logo
Explore Help
Sign In
forksand
/
marlin-lulzbot-laser
1
1
Fork
You've already forked marlin-lulzbot-laser
0
Code Issues Pull Requests Releases Wiki Activity
marlin-lulzbot-laser/LinuxAddons/bin/opt_enable_adv

6 lines
123 B
Raw Normal View History Unescape Escape

Improve Travis CI test - Add shell scripts to help with managing configs - Clean up .travis.yml file by using shell scripts - Don’t download “astyle” – not needed and delays Travis results
9 years ago
#!/usr/bin/env bash
Enable/disable multiple options on a single line.
9 years ago
for opt in "$@" ; do
eval "sed -i 's/\/\/ *\(#define *$opt\)/\1/g' Marlin/Configuration_adv.h"
done
Powered by Forgejo
English
Deutsch English Español Français Italiano Latviešu Nederlands Polski Português do Brasil Suomalainen Svenska Türkçe čeština български Русский Српски 日本語 简体中文 繁體中文(台湾) 繁體中文(香港) 한국어
Licenses API