Big Easy Driver - Smooth Motion for a Sec then gets jumpy.

This happens with basically any code I use. Here is an example of one where it runs smoothly for a bit then gets really jerky and jumpy.

#include <Stepper.h>

// Define a stepper and the pins it will use
Stepper stepper1(200*8, 6, 7);


int count1 = 0;


void setup()
{  
  

   stepper1.setSpeed(15);
}

void loop()
{

  stepper1.step(5);
}

I think it had to do with the amp adjustment. Ill keep yall informed.

Adjusting the circuit amp cut off fixed all problems.

This also reduced the heat of the motors dramatically.