cz-lucas / ender3-marlin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C 100.0%