Last active
November 9, 2025 17:33
-
-
Save vittore/4b83f31bc66feb1b366fdaaf01d2631a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Board 4.2.2 chip STM32F103 | |
| Install debian 13 with xfce desktop | |
| sudo apt-get update && sudo apt-get install git -y | |
| cd ~ && git clone https://github.com/dw-0/kiauh.git | |
| ./kiauh/kiauh.sh | |
| Using menù install: | |
| 1. Klipper | |
| 2. Moonraker | |
| 3. Fluidd | |
| During install use only default options. | |
| ls /dev/serial/by-id/* | |
| Result: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 | |
| cd ~/klipper | |
| make menuconfig | |
| - Micro-controller architecture: STMicroelectronics STM32 | |
| - Processor model: STM32F103 | |
| - Bootloader offset: 28KiB | |
| - Communication interface: Serial (on USART1 PA10/PA09) | |
| Quit and save | |
| copy in ~/klipper | |
| https://discord.com/channels/1398053352960561302/1405184082610098256/1405184247496572948 and rename in printer.cfg | |
| make | |
| Copy the ~/klipper/out/klipper.bin file to printer’s SD card | |
| Turn off the printer | |
| Insert SD card | |
| Turn on the printer and wait 15 seconds | |
| Turn off the printer | |
| Take the SD card out and remove the .bin file | |
| Insert the empty SD card into the printer | |
| Turn on the printer | |
| Navigate to Fluidd web interface | |
| --> No connection | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment