Created
November 5, 2012 17:03
-
-
Save lian/4018336 to your computer and use it in GitHub Desktop.
pronterface.sh on archlinux
This file contains 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 | |
cd "$(dirname $(readlink -f $0))" | |
python2 pronterface.py -c config/slic3r $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment