Prompt user for Stepper motor action

  stepper1->step(&Distance, &Orientation, &Speed);

Why are you passing the addresses of the variables?

The step() method wants values, not addresses.