Decrease stepper dir delay to eliminate direction bug for extruders with TMC stepper drivers.
This commit is contained in:
@@ -1702,8 +1702,8 @@
|
|||||||
*
|
*
|
||||||
* 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 650
|
#define MINIMUM_STEPPER_POST_DIR_DELAY 200
|
||||||
#define MINIMUM_STEPPER_PRE_DIR_DELAY 650
|
#define MINIMUM_STEPPER_PRE_DIR_DELAY 200
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
|
Reference in New Issue
Block a user