Voron: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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> | ||
* Generic Bigtreetech github: https://github.com/bigtreetech/ | |||
This is what I am using for hardware:<br> | This is what I am using for hardware:<br> | ||
* BTT SKR 1.4 Turbo (LPC1769) [https://www.hurlster.com/downloads/BTT%20SKR%20V1.4%20Instruction%20Manual.pdf SKR 1.4 Turbo Manual] | * BTT SKR 1.4 Turbo (LPC1769) [https://www.hurlster.com/downloads/BTT%20SKR%20V1.4%20Instruction%20Manual.pdf SKR 1.4 Turbo Manual] | ||
Revision as of 23:31, 10 November 2025
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
- 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
~/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