How to run two stepper motors together

Thanks for sharing.

The standard Arduino Stepper library is very basic and, unless you make each motor move one step at a time it won't allow you to run two motors at the same time.

The AccelStepper library is a lot more capable and can act on several motors.

...R
Stepper Motor Basics
Simple Stepper Code