Quantcast
Channel: Reprap Forum - Stepper Motors, Servo Motors, DC Motors
Viewing all articles
Browse latest Browse all 2228

Stepper motor moves greater number of steps in forward direction

$
0
0
Stepper motor moves greater number of steps in forward direction compared to the reverse direction. I tried swapping the wires connected to the driver, but had the same problem.


void loop()
{
//accelStepper.setSpeed(2000);
//accelStepper.runSpeed();


accelStepper.runToNewPosition(0);
delay(500);
accelStepper.runToNewPosition(20000);
delay(500);

}

Viewing all articles
Browse latest Browse all 2228

Trending Articles