Is it possible to use a Sherline Rotary Table with Stepper motor similar to this with the Shapeoko 3?
If so, what would be involved in terms of making it functional in terms of hardware adapters, controllers, and software? I remember something about the Shapeoko being designed so that a 4th axis could be added, but I don’t really know anything about it.
Specifically, if I understand correctly, the reason this does not work with the standard control board is because the Arduino chip used (Uno?) does not have enough I/O pins. GRBL 1.1 does support 4th axis code, but you need a control board capable of the required number of I/O pins, such as the larger chips in the Arduino family. At which point you are most likely using a different G code sender as well along with the appropriate post processing. Is that correct?
Well I know the Gcode standard has support for 4th axis but it would appear a recent fork of GRBL 1.1e implemented the change. Having trouble at work getting to non-GitHub sites for confirmation of that though.