Install Firmware

Compile Firmware

Run Config

cd ~/klipper
make clean
make menuconfig
Set Architecture for Board - Example for RP2040 USB Expander

Run Compiler

make

Flash

Copy klipper.bin or klipper.uf2 to MCU or SD card

RP2040

Hold Boot button when connecting USB - will show as flash drive

Ender 3v2 - Creality 4.2.2

Copy file to SD Card and re-install before powering up. Creality boards are very angsty about naming conventions.

REF: original printer.cfg?

Direct Flash

make flash FLASH_DEVICE=first

Might error out and give you a direct FLASH_DEVICE= name

References

Last updated