AccelStepper.h, motors will not move.

Normally you'd call stepper1.run() and stepper2.run() every time round loop, and
then call move() or moveTo() whenever you decide to start a movement, let loop() do the work,
no delay()'s, no whiles.