I’m trying to control 5 steppers using g2Core (using Arduino Due), and all axis are working just fine, except for the B-axis or the C-axis. I set up all axis the same, so I don’t think there is an issue with the config file that I created. However, when I try to control motor-B, there is no movement on the motor that is connected to the associated pins[37 and 38] (while with X-Y-Z-A I have no issues).
However, when I set 1ma=4, and send a signal for motor-B, the motor does respond at the pins that are associated with the x-axis.
Did anyone else run into this issue?