Voron: Difference between revisions

From Hurlster Wiki
Jump to navigation Jump to search
(Created page with "This is my info for my Voron v2.4 build<br> This is what I am using for hardware:<br> * BTT SKR 1.4 Turbo (LPC1769) * BTT EXT MOT * BTT SB2209 USB (RP2040) <br> * 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 ~/klipper/scripts/flash-sdcard.sh /dev/serial/by-id/usb-Klipper_lpc1769_0D200015871C4AAF52587C5DC52000F5-if00 btt-skr-tu...")
 
No edit summary
Line 1: Line 1:
This is my info for my Voron v2.4 build<br>
This is my info for my Voron v2.4 build<br>
This is what I am using for hardware:<br>
This is what I am using for hardware:<br>
* BTT SKR 1.4 Turbo (LPC1769)
* BTT SKR 1.4 Turbo (LPC1769) [https://www.hurlster.com/downloads/BTT%20SKR%20V1.4%20Instruction%20Manual.pdf SKR 1.4 Turbo Manual]
* BTT EXT MOT
* BTT EXT MOT [https://www.hurlster.com/downloads/BTT%20EXP-MOT%20V1.0User%20Guide.pdf EXT-MOT Manual]
* BTT SB2209 USB (RP2040)
* BTT TFT35 V2.0 [https://www.hurlster.com/downloads/BTT%20TFT35%20V2.0-manual-20200108.pdf TFT35 V2.0 Manual]
* BTT SB2209 USB (RP2040) [https://www.hurlster.com/downloads/BIGTREETECH%20EBB%20SB2209%20USB%20V1.2%20User%20Manual.pdf EBB Manual]
DC12V-DC24V 9A
Temperature Sensor Interface
1x 100K NTC (pull-up resistor is 2.2K), supports PT1000
<br>
<br>
* Followed this guide to install in Debian 12
* Followed this guide to install in Debian 12

Revision as of 23:29, 10 November 2025

This is my info for my Voron v2.4 build
This is what I am using for hardware:

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
~/klipper/scripts/flash-sdcard.sh /dev/serial/by-id/usb-Klipper_lpc1769_0D200015871C4AAF52587C5DC52000F5-if00 btt-skr-turbo-v1.4
  • Build for RP2040
make flash FLASH_DEVICE=/dev/serial/by-id/usb-Klipper_rp2040_504450612888B91C-if00
sudo service klipper start