Gravure Mécanique PCB : Différence entre versions
(→Installation) |
(→Installation) |
||
Ligne 9 : | Ligne 9 : | ||
==Installation== | ==Installation== | ||
===PCB2GCODE=== | ===PCB2GCODE=== | ||
+ | Outil de conversion Gerber vers G-code | ||
cf https://github.com/pcb2gcode/pcb2gcode | cf https://github.com/pcb2gcode/pcb2gcode | ||
Ligne 22 : | Ligne 23 : | ||
===PCB2GCODEGUI=== | ===PCB2GCODEGUI=== | ||
+ | Interface graphique pour pcb2gcode | ||
cf https://github.com/pcb2gcode/pcb2gcodeGUI | cf https://github.com/pcb2gcode/pcb2gcodeGUI | ||
Ligne 33 : | Ligne 35 : | ||
===g-commander=== | ===g-commander=== | ||
+ | Logiciel de contrôle de la fraiseuse | ||
git clone https://gitlab.com/Pilatomic/g-commander.git | git clone https://gitlab.com/Pilatomic/g-commander.git |
Version du 21 octobre 2016 à 21:44
Sommaire
Présentation
Graver un PCB avec la fraiseuse du fab
Niveau de difficulté
Installation
PCB2GCODE
Outil de conversion Gerber vers G-code
cf https://github.com/pcb2gcode/pcb2gcode
sudo apt-get update sudo apt-get install build-essential automake autoconf autoconf-archive libtool libboost-program-options-dev libgtkmm-2.4-dev gerbv git git clone https://github.com/pcb2gcode/pcb2gcode.git cd pcb2gcode autoreconf -fvi ./configure make sudo make install
PCB2GCODEGUI
Interface graphique pour pcb2gcode
cf https://github.com/pcb2gcode/pcb2gcodeGUI
sudo apt-get install build-essential git qt5-default libqt5svg5-dev git clone https://github.com/pcb2gcode/pcb2gcodeGUI.git cd pcb2gcodeGUI/ qmake make sudo make install
g-commander
Logiciel de contrôle de la fraiseuse
git clone https://gitlab.com/Pilatomic/g-commander.git cd g-commander/ qmake make
Utilisation
Auteurs
Pila