Fix for Mega Pro whining noise

This commit is contained in:
Knutwurst
2021-06-18 11:11:12 +02:00
parent 2bf9fc57cc
commit f358634e0a

View File

@@ -1713,8 +1713,10 @@
* *
* Override the default value based on the driver type set in Configuration.h. * Override the default value based on the driver type set in Configuration.h.
*/ */
#define MINIMUM_STEPPER_POST_DIR_DELAY 200 #if NONE(KNUTWURST_MEGA_P, KNUTWURST_TMC)
#define MINIMUM_STEPPER_PRE_DIR_DELAY 200 #define MINIMUM_STEPPER_POST_DIR_DELAY 200
#define MINIMUM_STEPPER_PRE_DIR_DELAY 200
#endif
/** /**
* Minimum stepper driver pulse width (in µs) * Minimum stepper driver pulse width (in µs)