Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.21 KB

ender3-marlin

Install marlin on an ender3 with the Creality New Upgrade Silent Mainboard V4.2.7

Compile the firmware

  1. Install VScode and PlatfromIO
  2. Clone the latest version marlin with git clone https://github.com/MarlinFirmware/Marlin.git
  3. Go into Marlin/ and run git checkout bugfix-2.0.x to change th branch
  4. Download the Configuration.h and the Configuration_adv.h from this repository and place them Marlin/Marlin
  5. Change the parameter default_envs from mega2560 to STM32F103RET6_creality in the platformio.ini -file
  6. Hit compile
  7. You can find your firmware in Marlin/.pio/build/STM32F103RET6_creality. The file is called firmware-XXXXXXX-XXXXX.bin

Upload the firmware

Copy your compliled firmware or the binary-file from this repository onto an empty sd-card, plug it into your printer and printer on.

Links/Sources