Hello. I'm trying to use a CNC shield v3 for a robotics application. I would like to write my own code for now, using the AccelStepper library. Unfortunately, I can't seem to get the A axis to mirror the X axis.
The corresponding pins that mirror the A axis and the X axis are jumpered together.
The motor connected to the X axis moves on it's own just fine. The motor connected to the A axis doesn't move at all. I tried running the code below and also running it just with the commands for motorA.
I also switched the motors around just in case something was faulty but the motors work ok. It's when I connect them to the A axis slot that the issues appear.
So I've done all combinations (switched around motors and motor drivers) and it turns out one of the motors had failed. Not entirely sure why - probably something I did while setting up, I'm still getting the hang of this.
The code works now, even managed to move stuff around. Have new problems now, but it's a step forward.