Quote
reprapturk
So it means that I will be using 8 bit out of 32 bit controller, if I use Smoothieware with corexy. Right?
Smoothieware is 32-bit, and runs on a 32-bit processor.
Marlin is 8-bit, and runs on an 8-bit processor.
You cannot run 8-bit firmware (Marlin) on a 32-bit processor (Azteeg X5 Mini), or vice-versa. Any printer that needs to do complex math involving square roots to calculate geometry will benefit from a 32-bit processor/firmware like Smoothie provides.
Configuring Smoothieware for CoreXY may be as simple as adding those few lines to the example cartesian config file, but I am not sure. On the Azteeg X5 Mini with a Delta printer, everyone starts with wolfmanjm's sample delta config file. I would start by looking to see if there is a similar CoreXY file to use as a base.....