Skip to content
Snippets Groups Projects
Select Git revision
  • e1b69db6d18ab3f4ea42c6e6711c2077eca79303
  • 2.0.x default protected
  • 2.0.9.2
  • 2.0.9.1
  • 2.0.9
  • 2.0.8.2
  • 2.0.8.1
  • 2.0.8
  • 2.0.7.2
  • 2.0.7.1
  • 2.0.7
  • 2.0.6.1
  • 2.0.6
  • 2.0.5.4
  • 1.1.9.1
  • 2.0.5.3
  • 2.0.5.2
  • 2.0.5.1
  • 2.0.5
  • 2.0.4.4
  • 2.0.4.3
  • 2.0.4.2
22 results

Compilation.md

user avatar
Bo Herrmannsen authored
d0b1f701
History
Compilation.md 858 B

Configuring and compilation

  1. Install the latest non-beta arduino software IDE/toolset: http://www.arduino.cc/en/Main/Software
  2. Download the Marlin firmware - Latest developement version - Stable version
  3. In both cases use the "Download Zip" button on the right.
  4. Some boards require special files and/or libraries from the ArduinoAddons directory. Take a look at the dedicated README for details.
  5. Start the arduino IDE.
  6. Select Tools -> Board -> Arduino Mega 2560 or your microcontroller
  7. Select the correct serial port in Tools ->Serial Port
  8. Open Marlin.pde or .ino
  9. Click the Verify/Compile button
  10. Click the Upload button. If all goes well the firmware is uploading

That's ok. Enjoy Silky Smooth Printing.