Newbie question on pulse width using the Stepper library

Maybe show the code?

If Stepper.h is used with a step+dir driver with the one of the quadrature output schemes, you need to send 4x the number of steps and the pulsewidths are two steps wide.

Stepper.h in 2-wire mode sends these signals:

... so it takes 4 steps to cycle a "Pulse" line once.

(ref Stepper Driver with Quadrature from Stepper.h or Encoder)