Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.02 KB

Sunhokey Prusa i4

Sunhockey Prusa i4

Original Setup

Hardware: MKS base 1.4

Arduino MEGA compatible Atmega2560 + RAMPS 1.4

Original Software: Marlin modified by Sunhockey for Prusa i4

Updating Marlin Firmware

  1. Prepare source code
git clone https://github.com/LucFabresse/sunhokey-prusa-i4.git
git clone https://github.com/MarlinFirmware/Marlin.git
cd Marlin
git checkout 2.0.x
  1. Apply specific configuration for Sunhockey Prusa i4
cp -f ../sunhokey-prusa-i4/Marlin/* Marlin/

To setup these configuration files, I compared with those ones:

Note: review the configuration and update it according to your printer (e.g. I do not have a BLTouch)

  1. Compile and Flash using platformio (cf. doc)

Now, my i4 uses the latest Marlin 2.0! (commit hash: 0518dec60d0931745efa2812fa388f33d68cfa29)

Useful Links