skwee / grbl-xyuv

Modifications to grbl-0.8 for a hotwire foam cutting. Based on 4-Axis grbl-fork from LETARTARE
10 stars 10 forks source link

This code is based on a fork of grbl-0.8 of LETARTARE who added experimental 4 axis support.

It as meant to drive a hotwire foam cutter that has 2x2 axes in two indendent planes. Currently it supports the protoneer cnc shield with 4x Pololu A4988 drivers on an arduino uno.

The following changes to the orginal code where applied:

It might be difficult to reintegrate the changes into the orginal code, so i did not fork the original project. This is just here for anyone who wants to drive a hotwire foam cutter with grbl. The wire runs quite smooth through the foam on my own machine.

To try it out just do a "make" and upload the hexfile to your arduino: /usr/bin/avrdude -C/etc/avrdude.conf -pm328p -carduino -P/dev/ttyACM0 -D -Uflash:w:grbl-xyuv.hex