The Ender 3 V2 3D printer– Creality’s update to their successful Ender 3 – has a few new improvements over the original model, including attached belt tensioners, an extruder knob, a full-color touchscreen display, and more. An upgraded 32-bit mainboard is another distinctive feature. It ships with the Creality V4.2.2 mainboard, but you also have the option of upgrading to the V4.2.7 (silent) mainboard.

Most boards for the V2 now come with a version of Marlin 2.0 firmware installed, which the older 8-bit boards were incapable of handling. Known for its reliability and frequent updates, Marlin is one of the most popular firmware options. The firmware runs in C++, works with many 3D printer upgrades, and has safety features like thermal runaway protection (although you have to make sure that it’s activated).

In this article, we’ll explain how to install Marlin firmware onto your Ender 3 V2. This guide can also be used for original Ender 3 printers that have either a V4.2.2 or V4.2.7 mainboard installed. The steps for updating the LCD firmware, however, won’t be needed for the original Ender 3.

Back to Contents

Ender 3 V2 Firmware Update (Marlin)

The Old, the New, and the Future

With Creality's V4.2.2 and V4.2.7, you can update the firmware using the Micro SD card slot
With Creality's V4.2.2 and V4.2.7, you can update the firmware using the Micro SD card slot (Source: 3D Printing Canada)

In the past, Creality’s mainboards haven’t been very stable and tended to malfunction. As they were 8-bit boards with less storage, Creality’s first-generation (V1.X and Melzi) mainboards couldn’t handle Marlin 2.0 with all of its features activated. Installing new firmware on those boards was also a bit more complicated: The process required a bootloader (an Arduino Uno, for example), Cura, or an ISP to USB cable.

The new V4.2.2 and V4.2.7 mainboards, however, have more space, a 32-bit processor for faster operation, and a pre-installed bootloader, so the installation process is simpler. With these new features, you can upload new firmware by using the microSD card slots, and the V2 has two: one on the mainboard and one on the LCD.

The boards are fairly new so there aren’t many firmware options specifically for them yet, but more will come with time. The V2 comes with stock Creality firmware, which is an altered version of Marlin. In the meantime, Marlin has already released configurations for the V2 and older Ender 3s that have been upgraded with the V4.2.2 or V4.2.7 mainboards.

The new process for updating your Ender 3’s firmware involves using a BIN file on a microSD card and flashing the new firmware to both the board and the LCD. In this article, we’ll focus only on the process for uploading Marlin firmware, which might not work for other flavors of firmware like RepRap or Repetier.

Back to Contents

Advertisement
Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Why Upgrade?

Changing the firmware allows you to add on upgrades like BLTouch
Upgrades like the BLTouch are possible with Marlin 2.0 (Source: yohannaftali via Thingiverse)

Although Creality’s stock firmware might be more stable than the newer firmware options, the newer versions of Marlin have more printing features. The stock firmware also has some Marlin 2.0 features deactivated. An example is linear advance, which predicts the build-up of pressure in the hot end to achieve higher-quality prints with less under- and over-extrusion.

You also may want to change the stock firmware if you want to use upgrades on your Ender 3 like a BLTouch, filament runout sensor, a geared extruder, among others. That’s because some upgrades like a BLTouch or filament runout sensor require certain features to be activated in the firmware.

Back to Contents

Advertisement
Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

What You'll Need

You can edit firmware code in Microsoft VS Code
You can edit firmware code in Microsoft VS Code (Source: Jackson O'Connell via All3DP)

Thanks to the new mainboard on the Ender 3 V2, you won’t need much to update its firmware:

  • A microSD card (FAT32-formatted with a “4096 byte” allocation size), at least 4 GB
  • Ender 3 V2-compatible firmware
  • A device, laptop, or computer with a couple of programs, including a file archiver program, such as 7-Zip, and Microsoft Visual Studio Code (VS Code)

The file archiver program is only necessary if you use a pre-configured firmware file that downloads as a RAR file. 7-Zip is a free, open-source file archiver program that can unzip RAR files.

You’ll only need VS Code if you plan to manually edit the firmware’s code. This is advisable only if you have sufficient knowledge of coding. If you’ve got the skills and are up for the challenge, make sure you also download the PlatformIO and Auto Build Marlin plug-ins on VS Code.

Now that you have everything you need, let’s get started!

Back to Contents

Advertisement
Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Step 1: Download Your Base Firmware

Power off your printer before you begin!
Power off your printer before you begin! (Source: Creality via YouTube)

First, we need to prep the machine for the update by downloading either a pre-configured or self-configured firmware, as well as organizing your folders:

  1. Turn the printer’s power switch off, unplug the power cable, and remove the mainboard’s microSD card.
  2. On your device, create a folder labeled “Ender 3 V2 Firmware” or another easily recognizable name.
  3. Download a firmware option for your Ender 3 V2. Now, you have two options:

Creality’s Pre-configured Firmware

If you don’t need to tweak your firmware, we recommend using Creality’s. They occasionally change the file types offered on their website, so you’ll either have a BIN file or a RAR file with the BIN file compressed inside. If you’ve downloaded the BIN file, make sure you also download a folder labeled “DWIN_SET”.

With pre-configured firmware, you won’t need to configure the source code files, so you can skip ahead to step 4.

Self-configured Firmware

If you need to alter your firmware for upgrades, bug fixing, adjusting offsets, or other reasons, you should go with the self-configured firmware. Make sure to download the entire “Marlin-2.0.x” and “Configurations-release-2.0.x.x” zip folders. After you’ve done that, proceed as follows:

  1. Unzip and extract both the “Marlin-2.0.x” and “Configurations-release-2.0.x.x” zip folders.
  2. In both of the extracted folders, locate the second-degree folder with the same name as its origin folder.
  3. Copy each of the second-degree folders (not the origin folders!) one at a time and paste them into your newly created “Ender 3 V2 Firmware” folder.

For the sake of conciseness, we’ll refer to the “Configurations-release-2.0.x.x” folder as the configurations folder in the following steps.

Back to Contents

Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Step 2: Configure Marlin

You'll have to dig to find the right folders
You'll have to dig to find the right folders (Source: Jackson O'Connell via All3DP)

Next, we need to configure the base Marlin firmware for the Ender 3 V2.

  1. Open the configurations folder, then open the “config” folder.
  2. Open the “examples” folder, scroll down, then open the “Creality” folder.
  3. Locate and open the “Ender-3 V2” folder. In the latest release (2.0.9.3), you’ll see folders for two mainboard options: “BigTreeTech SKR E3 Turbo” and “Creality V422”. For the purposes of this tutorial, let’s assume you have the latter.
  4. Open the “Creality V422” folder. Again, you’ll be presented with two options (both related to the user interface): “CrealityUI” and “MarlinUI”. For the purposes of this tutorial, let’s go with the latter, as it’s more popular.
  5. Open the “MarlinUI” folder, then copy both files.
  6. Open the “Marlin-2.0.x” folder, then locate and open the “Marlin” folder containing the “Configuration” file.
  7. Paste the copied files into the “Marlin” folder.
  8. When prompted, click to replace the files that have the same name.

Back to Contents

Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Step 3: Compiling & Editing in Microsoft VSCode

Most editing occurs in the
Most editing occurs in the "Configuration.h" and "Configuration_adv.h" files (Source: Jackson O'Connell via All3DP)

Now, we need to compile the firmware in VS Code, where you’ll also have the option to make any firmware changes.

  1. In Microsoft VS Code, open the PlatformIO plug-in and click “Open Project”.
  2. Open the “Marlin-2.0.x” folder containing the “PlatformIO” INI file.

If you want to make tweaks to your firmware, here is the place to do it. Most alterations require changes in the “Configuration.h” or “Configuration_adv.h” files.

  1. Once all your editing (or no editing) is done, click the checkmark on the bottom terminal in VS Code to build the firmware as a BIN file using the Auto Build Marlin plug-in. If you don’t see the checkmark, go to the Auto Build Marlin plug-in and compile the firmware from there by clicking on the hammer icon.
  2. Wait until a green line appears at the bottom of the terminal, stating that the build was successful.

Back to Contents

Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Step 4: Finding the Firmware Files

Image of: Step 4: Finding the Firmware Files
The required files are easy to find in the pre-configured firmware (Source: All3DP)

Now you need to find the BIN firmware file so you can upload it; no other file type will work for your mainboard’s firmware. This process differs depending on whether you used Creality’s pre-configured firmware or self-configured firmware.

Creality’s Pre-configured Firmware

In Step 1, you should have been able to download either a BIN or RAR file from Creality’s website. If you have the BIN file, simply proceed as follows:

  1. Copy the BIN file.
  2. Plug your mainboard’s microSD card into your device.
  3. Clear (delete or move) everything on it.
  4. Paste the BIN file onto the microSD card.

In order to update the firmware for the LCD display, you’ll also need to download the DWIN_SET folder from the Creality website. This folder can also be pasted onto the microSD card, then you can eject the card from your device.

If you have a RAR, you’ll need to use a file archiver program that can unzip RAR files. Before getting started, make sure you have downloaded 7-Zip or another file archiver program capable of unzipping RAR files. If you use another program, it should work similarly. In this tutorial, our instructions are based on the process with 7-Zip.

  1. Locate the RAR file, then right-click on the file name.
  2. Move your cursor over the 7-Zip option and click “Extract Here”. A new folder with the exact same name as the RAR file should appear.
  3. Open the extracted folder, then open the folder labeled “Mainboard” and copy the BIN file.
  4. Insert your mainboard’s microSD card into your device.
  5. Clear (delete or move) everything on it.
  6. Paste the BIN file onto the microSD card.

For the LCD display, the DWIN_SET folder is also included in the extracted contents of the RAR file.

  1. Open the “screen” folder in the extracted RAR file, and you’ll see the DWIN_SET folder.
  2. Paste the folder onto the microSD card as well.
  3. Eject the card from your device

Self-configured Firmware

Make sure that you don't to change the name of your firmware BIN file
Make sure that you don't to change the name of your firmware BIN file (Source: Jackson O'Connell via All3DP)

Make sure you’ve successfully compiled your firmware in VS Code, then proceed as follows:

  1. Go to your “Marlin-2.0.x” folder, find and open the “.pio” folder.
  2. Open the build folder, then open the folder with a name beginning with “STM32” (names might vary depending on the mainboard).
  3. Find and copy the most recent (by time) BIN file. Make sure not to change the firmware’s name, as it won’t work if the name is changed.
  4. Insert your mainboard’s microSD card into your device.
  5. Clear (delete or move) everything on it.
  6. Save the BIN firmware file to the microSD card.

Now all you need is the firmware for the LCD display.

  1. Open the configurations folder that you saved in the newly created “Ender 3 V2 Firmware” folder on your device.
  2. Open the configurations folder, then open the “config” folder.
  3. Open the “examples” folder, scroll down, then open the “Creality” folder.
  4. Locate and open the “Ender-3 V2” folder, then copy “DWIN_SET” folder.
  5. Paste the folder onto the microSD card.
  6. Eject the card from your device.

Back to Contents

Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Step 5: Uploading the New Mainboard Firmware

Inserting the microSD card into the mainboard
Inserting the microSD card into the mainboard (Source: ruiraptor via YouTube)

Now that you have the necessary files, let’s first upload the new firmware to the Ender 3 V2’s mainboard.

  1. Shut off the printer and unplug the power cable from the printer.
  2. Insert the microSD card into the mainboard’s microSD card slot.
  3. Make sure all cables and electrical configurations are connected and secured properly.
  4. Make sure your microSD card is securely inserted and oriented the right way.
  5. Power on the printer by plugging the power cable back into your printer and turning the power switch back on.
  6. Wait until you see the home screen on the LCD, then navigate the user interface to find and click the “Restore Defaults” button. While there shouldn’t be any non-default settings in the new firmware configuration, it’s always a good idea to restore defaults.

That’s it! You successfully installed new Marlin firmware on your Ender 3 V2 mainboard.

Back to Contents

Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Step 6: Uploading the New LCD Display Firmware

Removing the microSD card from the LCD circuit board
Removing the Micro SD card from the LCD circuit board (Source: Creality via YouTube)

Now you need to upload the new firmware specifically for the Ender 3 V2’s LCD display screen. The firmware for the display is located in the DWIN_SET folder mentioned in steps 1 and 4.

Regardless of whether you’re using pre-configured or self-configured firmware, you should have already found the DWIN_SET folder and saved it onto the microSD card in step 4. The next step is simply uploading it to the screen.

Upload LCD Display Firmware

Since the other microSD card slot on the Ender 3 V2 is located in the display, you’ll need to disassemble the LCD:

  1. Shut off the printer.
  2. Remove the LCD cable and detach the screen from the mount.
  3. Unscrew the four bolts holding the casing together and locate the microSD card slot on the LCD’s circuit board.
  4. Insert the microSD card with the new firmware into your LCD circuit board.
  5. Reconnect the LCD cable and power on your printer but don’t reassemble it until you know your firmware works.
Your V2's LCD screen will turn orange when it's updating
Your V2's LCD screen will turn orange after it has updated (Source: Chep via YouTube)
  1. Power on your printer, and ensure that the LCD switches from a blue to an orange-colored blank screen.
  2. After waiting about a minute on the orange LCD screen (just to be safe), power off the printer.
  3. Remove the microSD card from the LCD’s circuit board, and power on your printer again. The LCD should now load your firmware’s new home screen.
  4. Shut off the printer again.
  5. Reassemble your LCD screen and remount it on your printer.

Back to Contents

Advertisement
Advertisement
Ender 3 V2 Firmware Update (Marlin)

Tips & Tricks

VS Code errors are fairly self-explanatory so you can solve most of them on your own
VS Code errors are fairly self-explanatory, so you can solve most of them on your own (Source: Jackson O'Connell via All3DP)

Below, we’ve listed some tips and tricks for installing new Marlin firmware on your Ender 3 V2:

  • Use the most recent Marlin firmware: Sometimes, errors can occur if you use out-of-date firmware, so it’s best to use the most recent firmware version. We recommend using the official Marlin firmware if you can. You can also use the official bug-fix firmware versions, which can be found on the Marlin GitHub.
  • Save the firmware: Although the firmware should automatically save to the board when installed, it’s always a good idea to double-check. To do this, use the LCD menu and click “Store Settings”. If you can, use a G-code terminal or sender and send the command “M502”, then send “M500” to save the firmware to EEPROM.
  • Locate errors in the source code using VS Code: When building your Marlin firmware, the Auto Build Marlin plug-in will alert you if any errors occur in building the firmware. Errors will appear in yellow or red text in the VS Code terminal. They’re pretty self-explanatory, so you can usually locate and solve any issues pretty easily. If you’re unfamiliar with an error, you can always use the internet to help solve it. Again, this is only advisable if you have sufficient knowledge of and experience with coding.
  • Always have stable firmware on hand: Although having the latest and greatest firmware can be fun, it’s always a good idea to have stable firmware on hand. You should try finding or building a firmware that you know works and save it somewhere, just in case you need it.

Happy printing!

Back to Contents

Advertisement
Advertisement

License: The text of "Ender 3 V2 Firmware Update (Marlin): 6 Simple Steps" by All3DP is licensed under a Creative Commons Attribution 4.0 International License.

Stay informed with notifications from All3DP.

You get a notification when a new article is published.

You can’t subscribe to updates from All3DP. Learn more… Subscribe to updates

You can’t subscribe to updates from All3DP. Learn more…

Advertisement