Arduino IDE User Guide: Author Date Document Version
Arduino IDE User Guide: Author Date Document Version
Most 3D-printer electronics are Arduino-compatible, they use the Atmega chip and
enable the user to upload their code using Arduino. This includes Megatronics,
Minitronics and RAMPS.
Before you can start using the electronics you need software 'firmware', that
translates machine instructions (gcode) into actual movements. There are a few
options here, including Marlin and Sprinter and Repetier. The actual firmware is
not discussed in this document. You can use Arduino to upload this firmware onto
your electronics. This document will guide you in the steps you need to take.
Make sure the line ending is set to newline and the baud rate corresponds to your
firmware (115200 mostly), or you will get jibberish. You can enter a command in
the upper box (M105 for example), this will result in response from the firmware.
The temperature in this case.