<font face="Arial, Verdana" size="2">Yes it solves the problem, but is named </font>STEPPER_HIGH_DELAY in configuration.h. Normally 1 is enough for coreXY to run stable.
<font face="Arial, Verdana" size="2">/** If your stepper needs a longer high signal then given, you can add a delay here.</font>
<font face="Arial, Verdana" size="2">The delay is realized as a simple loop wasting time, which is not available for other</font>
<font face="Arial, Verdana" size="2">computations. So make it as low as possible. For the most common drivers no delay is needed, as the</font>
<font face="Arial, Verdana" size="2">included delay is already enough.</font>
<font face="Arial, Verdana" size="2">*/</font>
<font face="Arial, Verdana" size="2">#define STEPPER_HIGH_DELAY 0</font>