Skip to content
João Brázio edited this page Mar 17, 2016 · 1 revision

DO NOT EDIT

Table of Contents

Get the Arduino IDE

  • Obtain the latest non-beta Arduino software IDE / toolset from the Arduino website.
  • Install following the usual procedure for your computer system.

Download Marlin Firmware

Some boards require special files and/or libraries from the ArduinoAddons directory. See the README file in ArduinoAddons for details.

Edit Your Marlin Configuration

  • Start the Arduino IDE.
  • Open the Marlin.ino file, to load the project code.
  • Use the Arduino IDE (or your favorite text editor) to edit Configuration.h and Configuration_adv.h. There's a lot of documentation in these files, but please raise an issue on Github if you need help.
See Marlin Configuration for more detailed documentation on configuring Marlin, currently a work-in-progress.

Flash The Controller

  • In Arduino IDE, select your micro-controller from the Tools -> Board menu
  • Select the serial port to which the machine is connected from the Tools -> Serial Port menu
  • Click the Verify/Compile button to see that the code is okay.
  • Click the Upload button. If all goes well the firmware will upload and restart.
That's it. Now that you've flashed Marlin to your board, Enjoy Silky Smooth Printing!

Clone this wiki locally