Voron
Jump to navigation
Jump to search
This is my info for my Voron v2.4 build
- Generic Bigtreetech github: https://github.com/bigtreetech/
This is what I am using for hardware:
- BTT SKR 1.4 Turbo (LPC1769) SKR 1.4 Turbo Manual
- BTT EXT MOT EXT-MOT Manual
- 8MM Funssor Hot Bed Cast Alumnium MIC-6 Plate
110/220V Silicone AC heater has a built-in NTC 100K thermistor.
- BTT TFT35 V2.0 TFT35 V2.0 Manual
- BTT SB2209 USB (RP2040) EBB Manual
DC12V-DC24V 9A Temperature Sensor Interface 1x 100K NTC (pull-up resistor is 2.2K), supports PT1000
- Followed this guide to install in Debian 12
https://docs.mainsail.xyz/setup/getting-started/manual-setup
Add pkg-config to install
sudo service klipper stop
- Build for SKR 1.4 Turbo
make menuconfig --> lp1769 & 120hz make ~/klipper/scripts/flash-sdcard.sh /dev/serial/by-id/usb-Klipper_lpc1769_0D200015871C4AAF52587C5DC52000F5-if00 btt-skr-turbo-v1.4
- Build for RP2040
make menuconfig --> rp2040 make flash FLASH_DEVICE=/dev/serial/by-id/usb-Klipper_rp2040_504450612888B91C-if00
sudo service klipper start