Quote Originally Posted by Roxy View Post
Can you please tell me EXACTLY what you did to deactivate the servo delay? Did you set:

#define PROBE_SERVO_DEACTIVATION_DELAY 0

????
Hi Roxy,

In config.h around line #321 in my file I disabled the servo delay by adding // at the start of the line i.e.:

#define PROBE_SERVO_DEACTIVATION_DELAY 300 M280 command does nothing

//#define PROBE_SERVO_DEACTIVATION_DELAY 300 M280 command works as expected.