Yes, at 80mm/s you are right but do not forget travel moves which are often faster.
I named the wrong parameter btw.
/** If your stepper needs a longer high signal then given, you can add a delay here.
The delay is realized as a simple loop wasting time, which is not available for other
computations. So make it as low as possible. For the most common drivers no delay is needed, as the
included delay is already enough.
*/
#define STEPPER_HIGH_DELAY 0Is what makes slow drivers detect the signals. DOUBLE_STEP_DELAY is for the low signal between the double steps, but if you stay below 140 any double stepping is not relevant anyway.