DFMocoCNC Arduino firmware for Dragonframe ARC Motion¶
The DFMocoCNC
Arduino sketch enables direct control of our stepper motor
drivers from Dragonframe ARC Motion. It is a lightly modified version of the
stock DFMoco
sketch supplied with Dragonframe 4, customized for the
three-axis CNC Arduino Shield boards.
The firmware can be installed on an Arduino using the standard IDE. The sketch is available in a single zip file as DFMocoCNC.zip.
- install Arduino IDE if necessary
- unpack DFMocoCNC.zip into your Arduino sketch folder.
- open the sketch using the Arduino IDE.
- set the Board to Arduino Uno using the Tools menu
- compile and download as usual