How to assemble Therm^2
1. Unboxing and Verification
Open the Therm^2 package and ensure all components are present.
2. Pinout
3. Flashing Klipper
- SSH into your Raspberry Pi.
- Go to the Klipper directory.
cd klipper
- Clean the remaining files from the previous build.
make clean
- Choose the options for the build.
make menuconfig
Use the following options:
Press Q
then Y
to save and quit the menu.
- Build.
make
- Connect your Therm^2 to your Raspberry Pi while holding down the
BOOT
button. - Use
lsusb
and find the device in DFU mode. - Flash it. Replace the ID with the ID from the previous step.
make flash FLASH_DEVICE=1234:5678
- When finished, press the
RESET
button on your Therm^2. - Check the serial connections and find the path starting with
/dev/serial/by-id/usb-Klipper_stm32f042
.
ls /dev/serial/by-id/*
Reviews
There are no reviews yet.