Step 3: Flashing Bootloader and Firmware
Before we start to flash firmware, we need to burn a bootloader onto the Melzie board. This guide here should be able to guide you on how to do this.
Next download Marlin 1.19 and open it into Arduino IDE, which can be downloaded here if you don’t have it. Take the files from the Creality examples Directory and copy them into the main directory.
You’ll then need to adjust the stock CR-10 firmware for the E3D V6 hotend to configure the temperature settings and the Bondtech Extruder for the E-steps. Here are the two guides here:
The only adjustment made to the E_Steps suggested by bondtech was changing the Z-axis steps to 400 e.g. #define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 415 }