Skip to content

Instantly share code, notes, and snippets.

@titouanc
Last active March 15, 2016 22:06
Show Gist options
  • Save titouanc/c31fbf19758f6fecf634 to your computer and use it in GitHub Desktop.
Save titouanc/c31fbf19758f6fecf634 to your computer and use it in GitHub Desktop.
# 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