« RepRap » : différence entre les versions
(Page créée avec « === Installation === * récupérer et décompresser Slic3r http://dl.slic3r.org/linux/ * installer printrun à partir des sources comme dans la documentation https://git... ») |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
=== Installation === | === Installation sous Linux === | ||
* récupérer et décompresser Slic3r http://dl.slic3r.org/linux/ | * récupérer et décompresser Slic3r http://dl.slic3r.org/linux/ | ||
* récupérer/décompresser le fichier de configuration [[:File:config_reprap_orange.ini.zip]] | |||
* installer printrun à partir des sources comme dans la documentation https://github.com/kliment/Printrun | * installer printrun à partir des sources comme dans la documentation https://github.com/kliment/Printrun | ||
sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-tornado python-setuptools python-libxml2 python-gobject avahi-daemon libavahi-compat-libdnssd1 pip git | |||
sudo pip install -r requirements_prontserve.txt | |||
git clone https://github.com/kliment/Printrun.git | |||
* pour démarer pronterface | |||
cd /home/fabmanager/opt/Printrun | |||
./pronterface.py | |||
* configurer pronterface pour utiliser slic3r : Paramètres / Options / Commandes externes | |||
** Commande de slicing : /home/fabmanager/opt/Slic3r/bin/slic3r $s --load /home/fabmanager/Documents/3D/config_reprap_orange.ini --output $o | |||
** Slicer options command : /home/fabmanager/opt/Slic3r/bin/slic3r --load /home/fabmanager/Documents/3D/config_reprap_orange.ini --ignore-nonexistent-config |
Version du 3 octobre 2013 à 21:52
Installation sous Linux
- récupérer et décompresser Slic3r http://dl.slic3r.org/linux/
- récupérer/décompresser le fichier de configuration File:config_reprap_orange.ini.zip
- installer printrun à partir des sources comme dans la documentation https://github.com/kliment/Printrun
sudo apt-get install python-serial python-wxgtk2.8 python-pyglet python-tornado python-setuptools python-libxml2 python-gobject avahi-daemon libavahi-compat-libdnssd1 pip git sudo pip install -r requirements_prontserve.txt git clone https://github.com/kliment/Printrun.git
- pour démarer pronterface
cd /home/fabmanager/opt/Printrun ./pronterface.py
- configurer pronterface pour utiliser slic3r : Paramètres / Options / Commandes externes
- Commande de slicing : /home/fabmanager/opt/Slic3r/bin/slic3r $s --load /home/fabmanager/Documents/3D/config_reprap_orange.ini --output $o
- Slicer options command : /home/fabmanager/opt/Slic3r/bin/slic3r --load /home/fabmanager/Documents/3D/config_reprap_orange.ini --ignore-nonexistent-config