!! Under development !!
Light CNC controller for laser cutting machine using simple G-Code. Compatible with arduino 328P.
Install cmake-avr and :
mkdir -p build
cd build
cmake ..
make upload_main
This should build and send it to your arduino.
Use python script to send G-Code :
python send.py program.ngc