Back to special TMC/A4988 timings

This commit is contained in:
Knutwurst
2021-06-21 21:50:18 +02:00
parent 00155509a3
commit 035538dac7
2 changed files with 23 additions and 20 deletions

View File

@@ -1715,8 +1715,8 @@
* Override the default value based on the driver type set in Configuration.h.
*/
#if NONE(KNUTWURST_MEGA_P, KNUTWURST_TMC)
#define MINIMUM_STEPPER_POST_DIR_DELAY 200
#define MINIMUM_STEPPER_PRE_DIR_DELAY 200
//#define MINIMUM_STEPPER_POST_DIR_DELAY 200
//#define MINIMUM_STEPPER_PRE_DIR_DELAY 200
#endif
/**
@@ -1730,8 +1730,9 @@
*
* Override the default value based on the driver type set in Configuration.h.
*/
#define MINIMUM_STEPPER_PULSE 1
#if NONE(KNUTWURST_MEGA_P, KNUTWURST_TMC)
//#define MINIMUM_STEPPER_PULSE 1
#endif
/**
* Maximum stepping rate (in Hz) the stepper driver allows
* If undefined, defaults to 1MHz / (2 * MINIMUM_STEPPER_PULSE)