Skip to content

Instantly share code, notes, and snippets.

@niladri30
niladri30 / marlin_ramps1.4_arduino.txt
Last active January 21, 2021 06:02
Using Marlin Firmware with Arduino Mega and Ramps 1.4
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