Posted by Ady1 on 27/08/2023 19:32:33:
I was really hoping someone had created an easy multi axis software solution for hobbyists
Not sure if this is what you're asking, but the 32bit ports of GRBL will support up to 6 axes (definitely for the first two, and probably for the third. (Open loop still, though.)
GRBL_ESP32
FluidNC
GRBL_HAL
GRBL_ESP32, although no longer actively supported is *very* compatible with 8 bit GRBL and its senders. Both it and FluidNC can be compiled in the arduino IDE.
FluidNC supports software configuration, so you can make machine changes without having to recompile. It will play with many of the Gcode senders, but not my favourite one (Openbuilds Control).
GRBL_HAL needs to be compiled in the appropriate IDE – I haven't used it as I can't be bothered to install yet another IDE, and the web based configurator has limited options.
GRBL_ESP32 works well for me on a 3 axis machine with the ability to run a second spinde (laser + rotary) and a 4th axis without having to change any firmware or wiring.
CAM is the big hurdle for 4+axes.
Edit: I should say *cheap* CAM is the big hurdle…
Edited By Andy_G on 27/08/2023 22:18:37