Added option to set a delay after enabling a stepper driver, default turned off to keep current behavior.
This commit is contained in:
parent
e7fb583df9
commit
eb7a192c94
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ const bool Z_ENDSTOP_INVERT = false;
|
|||
#define Z_ENABLE_ON 0
|
||||
#define E_ENABLE_ON 0
|
||||
|
||||
//Uncomment if you have problems with a stepper driver enabeling too late, this will also set how many microseconds delay there will be after enabeling the driver
|
||||
//#define DELAY_ENABLE 15
|
||||
|
||||
// Disables axis when it's not being used.
|
||||
const bool DISABLE_X = false;
|
||||
const bool DISABLE_Y = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue