Created
May 14, 2019 16:56
-
-
Save the-snowwhite/d73c3fd090f98f0e94e6d7f7ed96a1a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Enable debug | |
sudo sh -c 'echo 1 > /proc/sys/fs/suid_dumpable' | |
export DEBUG=5 | |
#/home/machinekit/SPI/set_tmc2130.sh 4 | |
/home/machinekit/PYSPI/set_tmc2660.sh 4 | |
/usr/bin/mklauncher /home/machinekit/Hm2-soc_FDM/Cramps/PY/OX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment