This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps to use Marlin Firmware for Ramps 1.4 with Arduino Mega: | |
1. Download Marlin 1.0.0 firmware which supports Arduino 1.6.8 and above. | |
Link: https://github.com/MarlinFirmware/Marlin/archive/1.0.x.zip | |
Note: Do not go for Marlin 2.0.x as it will throw error during compilation if you are using Arduino IDE. | |
`Error: avr-gcc: CreateProcess: No such file or directory` | |
If you are using PlatformIo IDE you can use Marlin 2.0.X to compile |