Voron

From Hurlster Wiki
Jump to navigation Jump to search

This is my info for my Voron v2.4 build

This is what I am using for hardware:

110/220V Silicone AC heater has a built-in NTC 100K thermistor.
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