Outils pour utilisateurs

Outils du site


grbl

Grbl

https://github.com/grbl/grbl

https://github.com/grbl/grbl/wiki/Compiling-Grbl

https://github.com/grbl/grbl/wiki/Frequently-Asked-Questions

http://wiki.linuxcnc.org/cgi-bin/wiki.pl?CoordinateSystems

https://github.com/grbl/grbl.git

cd ~/Arduino
git clone  https://github.com/grbl/grbl.git
cd grbl
make clean
make grbl.hex
sudo PROGRAMMER="-c arduino -P /dev/ttyACM0" make flash

NB:attention si une reprap est connectée au PC de ne pas la reprogrammer par erreur

Shield cnc

Infos commandes G-code

ouvrir la console à 115200 Bds

descriptif commandes gcode: http://reprap.org/wiki/G-code/fr

GO pour mouvement rapide jusqu'a une position absolue souhaitée

G0X0
G0X1
G0Y0
G0Y1
G0X0Y0

pour avoir les infos

?

quand je fait la commande G1, bCNC dit que le débit n'est pas configuré, il faut l'indiquer

G1X1F100

on peut régler la vitesse une fois (en mm/min)

G0F100
G1X0

Utilisation et GUI

Pleins d'infos et liste des programmes associés: https://github.com/grbl/grbl/wiki/Using-Grbl

J'utilise bCNC: https://github.com/vlachoudis/bCNC

cd ~/Arduino/bCNC
git clone https://github.com/vlachoudis/bCNC.git

Grbl piloté via bluetooth

vente

scannerisation 3D avec grbl

Structures métallique

Structure imprimée pour moteurs pas à pas de lecteur DVD

Structure imprimée plus tubes section carré

Structure imprimée + tube

De la bonne CNC

Adaptation reprap à milling

PCB Milling

Pcb-gcode

Plugins pour eagle pour générer le gcode; récupéré depuis http://reprap.org/wiki/PCB_Milling

http://pcbgcode.org/

http://pcbgcode.org/list.php?15

exemple d'utilisation de pcbgcode: http://www.brusselsprout.org/PCB-Routing/

cd ~/eagle-6.1.0
cp ulp/source/pcb-gcode-prg.scr scr/
cd /scr
mkdir source
cp pcb-gcode-prg.scr source/
cd ../
cp ulp/source/pcb-gcode-menu.scr scr/
chmod a+x ulp/source/viewer.linux.sh

Emulateur de cnc

http://camotics.org/

http://camotics.org/download.html

sudo apt-get install gdebi

#http://camotics.org/releases/public/release/camotics/debian-testing-64bit/v1.0/camotics_1.0.6_amd64.deb

wget http://camotics.org/releases/public/release/camotics/ubuntu-precise-64bit/v1.0/camotics_1.0.6_amd64.deb
sudo gdebi camotics_*.deb
camotics
mkdir ~/camotics
cd  ~/camotics
# Install the prerequisites
sudo apt-get install scons build-essential libbz2-dev zlib1g-dev libexpat1-dev libssl-dev libboost-iostreams-dev libboost-system-dev libboost-filesystem-dev libboost-regex-dev libsqlite3-dev libv8-dev   qt4-dev-tools libqt4-dev libqt4-opengl-dev libcairo2-dev git
# Get the source
git clone https://github.com/CauldronDevelopmentLLC/cbang
git clone https://github.com/CauldronDevelopmentLLC/CAMotics
# Build C!
scons -C cbang
export CBANG_HOME=$PWD/cbang
# Build CAMotics
cd CAMotics
scons
# Build the package
scons package
# Install the package
sudo dpkg -i camotics_*.deb

Viewer en ligne de gcode

Controleurs moteurs pas à pas

grbl.txt · Dernière modification : 2021/02/19 21:20 de 127.0.0.1