Last active
March 15, 2016 22:06
-
-
Save titouanc/c31fbf19758f6fecf634 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
# Slic3r n'était pas disponible dans les dépots de Linux Mint, | |
# je l'ai donc téléchargé manuellement en oubliant de l'installer proprement. | |
# Il faut exporter le bon PATH avant de lancer crepinator, sous peine de voir | |
# l'impression d'une crèpe planter lors du "Tranchage". | |
export PATH=/home/urlab/slic3r/bin:$PATH | |
cd /home/urlab/crepinator | |
./run.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment