Creality E3v3 series
Introduction
The Creality K1 Ender 3 v3 series printers run a heavily modified Klipper and Linux installation. Because of this, setup isn't as straightforward as on a genuine Klipper and Linux install. If you have another printer running mainline Klipper, it is highly recommended to install the 3MS on it instead.
If you would like to use the 3MS on an E3v3, read on.
Tip
Please read every step here carefully. If you run into issues, please reach out on the 3MS Discord (link on homepage) and note the step you are having trouble with.
Disclaimer
I am not responsible for whatever happens to your machine! You proceed at your own risk and understand that you will likely void your warranty by proceeding.
Instructions
Rooting
Follow this guide to root your printer.
SSH
Follow this guide to connect to your printer via SSH.
Moonraker, Mainsail, and Entware
Follow the below guides to install:
- Moonraker
- Mainsail
- Entware (opkg)
- Restart your printer.
Compile and Flash Firmware
TODO
Install Bash
In SSH, run the following commands:
Install Happy Hare
First, clone the repository.
Then, make the install script executable.
Download a modified mmu_toolhead.py
Finally, install Happy Hare.
Disable LEDs
Currently, this approach doesn't allow for setting up LEDs on your 3MS. Please feel free to reach out to me on the 3MS Discord if you want to test a few methods of setting up LEDs.
In mmu_hardware.cfg
, remove the following sections located at the bottom of the file:
You can follow the rest of the documentation as usual from here.