It's basically all in the summary. I'd like to use a smoothie for my upcoming Mostly-Printed CNC project, but I'd really like to take advantage of the dual endstop feature they have for their Marlin boards. The MPCNC has two stepper drivers per axis and they follow all the same gcode. If the two steppers get out of sync, you can issue a g28 and they home just like you'd expect, except each stepper only stops when it hits it's own endstop. The current guide to doubling steppers involves wiring two drivers to the same control pins. Easy enough, but I have a feeling that if I do that, both steppers will stop when the master stepper hits its respective endstop. I want them to home independently. Is there a module or an alternate firmware that supports or could be tricked into supporting this?
Thanks in advance!