What are you using to power the stepper?
I believe you need to change from this
myStepper.step(4600);
To this
myStepper.step(stepsPerRevolution);
What are you using to power the stepper?
I believe you need to change from this
myStepper.step(4600);
To this
myStepper.step(stepsPerRevolution);