Our newest recommended method of upgrading and modifying firmware for the Ender 5 is now with Visual Studio Code and PlatformIO. It's a much easier and simple platform, and we prefer it over the Arduino IDE for most situations. Arduino is still acceptable, we are just sharing this as our 'recommended' method now.
- Download and install Visual Studio Code.
- From Visual Studio Code menu, install the PlatformIO IDE extension.
- Once everything required is running, download and extract marlin source to a folder.
- From the Visual Studio Code menu, choose Open Folder. Select the folder in which the platformio.ini file is located (generally the Marlin root folder, where other folders are located). Use the 'Open Folder' command and not 'Open File'.
- Look for the Configuration.h inside the 'Marlin' subfolder and make the required changes or updates. You may also need to modify Configuration_adv.h depending on your requirements.
- Save your files after editing them, and when complete go to the Terminal > Run Task > Build. It will take several moments to compile and create your firmware, if there are any errors, you can report them here or Marlin's website for support.
- If the code compiled correctly and without issue, you will see a message that reads something like ' ===== 1 succeeded in 00:00:23.801 ===== '
- Connect your printer via USB cable to the computer. (You must have boot loader installed prior to this)
- Go to the VSCode menu again and find Terminal > Run Task > Upload.
- If the upload to your printer is successful you will find another message that looks like '===== 1 succeeded in 00:00:23.801 ====='
These are the basic instructions to modify and compile/upload your new modified firmware to your printer, and we will be glad to help you if any issues arise!
Business IT Solutions - https://bizhostnc.com
Plastic Process Engineering
I have an Ender 5 Plus with a V2.2 board. I'm attempting to put a dual extruder on it. The electronics and mechanical changes are easy, but I'm struggling to find the correct settings for installing Marlin.
Can someone assist with which version of Marlin, and which configuration files I should start with please