RepRap

De Kernel Fablab Lannion
Révision datée du 13 octobre 2017 à 21:55 par Davidblaisonneau (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
20130401171314-2f573a69-me.jpg

Utilisation

Installation sous Linux

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

Tarifs

voir Tableau_des_tarifs_d'utilisation_des_équipement

Référents

Les référents sont les personnes en charge du suivi de la machine. Ils sont habilités à prendre toutes les décisions nécessaires à un bon fonctionnement à long terme de la machine. Ils sont a même de valider des compétences sur la Fiche Machine

Pour cette machine, les référents sont :

Cedric.d

David.blaisonneau