RUG/Pennsylvania/State College/Electronics/Flashing tutorial

From RepRap
Revision as of 18:18, 23 December 2013 by Aem28 (talk | contribs) (Welcome)
Jump to: navigation, search

Welcome

The 'firmware' is a compiled code loaded on the board fixed on the printer (Arduino or RAMBo). Flashing it consists in compiling this firmware from the source code on a computer and copying it on the board.

Before compiling it, you will need to edit the source code to adapt the firmware to your printer.

Requirements

Prepare the code

Edit the configuration.h file

Edit the pins.h file

Flash the code

Troubleshooting