Skip to content

Therm^2 By: not salmon manඞ

How to assemble

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 remaining files from 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 startting with /dev/serial/by-id/usb-Klipper_stm32f042.
ls /dev/serial/by-id/*

4. Klipper Config

therm2-config.cfg