I am going to build a Voron 2.4.
It's my first really self build printer.
I purchased the Fysetc 2.4 R2 Kit and it needs some time to arrive from china. Meanwhile I am printing and buying some parts.
I have already 2 printers (Ender 3 S1 Pro and Ender 5) with Klipper. My Klipper is on my Server with some other stuff. I have more than enough headroom for another printer.
Everywhere I am reading that a raspberry pi is needed, but I am reading that it's only needed for klipper.
While I was waiting for printer parts to ship, I thought I'd start working on the electronics and configuration. So I installed Klipper (and mainsail) on a virtual Linux machine that was running on an Apple M2-Pro Mac. My Mac has 12 CPU cores and could spare two of them to run printer software. Now the system is moved to a Pi3. So I got to compare the performance.
The VM on the Mac had dramatically better performance than the Pi3 (ut the Mac costs $1,200 and the Pi3 cost me $28) People use the Pi because it is small and cheap and uses only a little bit of power, not because it is the best solution. It is "Good Enough"
For normal printing the Pi3 uses only 4 to 6 percent of the CPU. I've seen brief jumps to 80% but low single digits is the norm. There is no reason for a faster computer than the Pi3.
As a test, I installed a 144 neopixel LED strip and I'm using LED_Effects to do animations in Klipper. The strip is thumbtacked to the wall with a cable running into the printer. When I like the result, I will cut the strip down to a reasonable length and mount the LEDs inside the printer. But for now all 144 are wired up. Complex animations at high frame rates look cool but COMPLETELY kill the Pi3. I can push it to 100% CPU if I want. If you want the "bling" of 100+ moving colored lights all changing color and brightness at once, A Pi3 is not going to cut it.
I am programming the printer to do the complex light stuff when idle and just steady illumination while printing. The flashy lights will mean "print is ready" or "error". This is 100% doable with the Pi3.
Another use case for a not-Pi on the Voron V2 printer is if youwant a realy huge control screen, rather then thar 5 screen. Then run the software on an old notebook PC with (say) a 14" screen
BTW, I just got hold of an old Android phone. There is a good chance it could be made to work with Klipper. Android is after all, Linux.
So,.... MANY otions other then a Pi3. But few that cost less.
I