« RepRap » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
** Commande de slicing : /home/fabmanager/opt/Slic3r/bin/slic3r $s --load /home/fabmanager/Documents/3D/config_reprap_orange.ini --output $o | ** 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 | ** Slicer options command : /home/fabmanager/opt/Slic3r/bin/slic3r --load /home/fabmanager/Documents/3D/config_reprap_orange.ini --ignore-nonexistent-config | ||
=== Backup Gen6 === | |||
export DUDE="avrdude -V -p m328p -P /dev/ttyUSB0 -c stk500 " | |||
$DUDE -U flash:r:origin.hex:i -F | |||
$DUDE -U eeprom:r:origin.eeprom:r -F | |||
$DUDE -U flash:r:origin.hex.raw:r -F | |||
$DUDE -U flash:v:origin.hex.raw:r -F | |||
$DUDE -U eeprom:v:origin.eeprom:r -F | |||
[[Category:Machine]] | [[Category:Machine]] |
Version du 4 juin 2014 à 23:32
Utilisation
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
- ajouter l'utilisateur au groupe dialout (il faut redémarrer pour que ce soit pris en compte)
sudo adduser fabmanager dialout
- 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
Backup Gen6
export DUDE="avrdude -V -p m328p -P /dev/ttyUSB0 -c stk500 " $DUDE -U flash:r:origin.hex:i -F $DUDE -U eeprom:r:origin.eeprom:r -F $DUDE -U flash:r:origin.hex.raw:r -F $DUDE -U flash:v:origin.hex.raw:r -F $DUDE -U eeprom:v:origin.eeprom:r -F