You are totally right, lack of power (cpu) on a Marlin firmware. When using klipper, the board doesn't do any processing anymore. It becomes dumb and transfert the input signals to the pi and output signals to the motors etc...
A board not powerful enough for anything can do evrything under klipper if compatible. (some cpu was not compatible last time I checked 2 years ago, it may have changed). The awesome thing with klipper is that it can be compatible with the original motherboard and you can add resonance compensation just by plugging a pi. But that's not OP problem as he needs a new board.
For me, Klipper had been a great discovery and I can't think to go back simply due to the easy way of changing the config files compared to recompiling everything in Marlin.
The board you chose will limit what you can do due to memory space limitations or raw power.
The original ender 5 board didn't had enough memory to activate auto bed leveling without removing other things.
In this world we have 3 firmware usable I know of:
Marlin: firmware of original ender5
klipper: must run on a raspberry pi linked to a motherboard (or tweaks with cm4 and compatible boards)
Duet3d (reprap) firmware.
The board you choose will limit the firmware you will use that will limit what you can do with it.
Take a look to what resonance compensation is by example. I'm not sure it's available on Marlin due to lack of raw power of the boards.
But with kipper firmware offloaded to the pi, with a compatible board, you can unlock resonance compensation that gives a way better finish to your prints and easier config changes like Reprap (duet3d)
You are fine with the current options you had with the creality board, maybe activate auto-bed levelling
Go the SKR way as other have mentionned
You want to get the most of your printer with Resonance Compensation (the next best thing for surface quality)
Go check klipper I have it on all my machine. You'd need a board like @emilie mentions or a basic board + a full raspi (Zero 2 if no cam)
Duet3D may be doing it too but I'm not knowledgeable on their solutions.
Paying for spotify, was google music before. Current "experience" is bad, I hate pop-ups to try to upsell me something I don't want or features I don't care. It happens too much and I'm considering switching to self host.
I have already had a lot of trouble to change family for signal. I can't even imagine forcing your audience (people you don't know) to find you on a niche platform
Hi there Paf,
You are totally right, lack of power (cpu) on a Marlin firmware. When using klipper, the board doesn't do any processing anymore. It becomes dumb and transfert the input signals to the pi and output signals to the motors etc...
A board not powerful enough for anything can do evrything under klipper if compatible. (some cpu was not compatible last time I checked 2 years ago, it may have changed). The awesome thing with klipper is that it can be compatible with the original motherboard and you can add resonance compensation just by plugging a pi. But that's not OP problem as he needs a new board.
For me, Klipper had been a great discovery and I can't think to go back simply due to the easy way of changing the config files compared to recompiling everything in Marlin.