Add stepper driver DIR delay configuration option
...and recommended pulse width configuration for A4988
This commit is contained in:
parent
d86f25ab63
commit
5b49fccf80
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -840,9 +840,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -840,9 +840,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -835,9 +835,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -839,9 +839,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -834,9 +834,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -832,9 +832,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -833,9 +833,22 @@
|
|||||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||||
#define MIN_STEPS_PER_SEGMENT 6
|
#define MIN_STEPS_PER_SEGMENT 6
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Minimum delay after setting the stepper DIR (in ns)
|
||||||
|
* 0 : No delay (Expect at least 10µS since one Stepper ISR must transpire)
|
||||||
|
* 20 : Minimum for TMC2xxx drivers
|
||||||
|
* 200 : Minimum for A4988 drivers
|
||||||
|
* 500 : Minimum for LV8729 drivers (guess, no info in datasheet)
|
||||||
|
* 650 : Minimum for DRV8825 drivers
|
||||||
|
* 1500 : Minimum for TB6600 drivers (guess, no info in datasheet)
|
||||||
|
*15000 : Minimum for TB6560 drivers (guess, no info in datasheet)
|
||||||
|
*/
|
||||||
|
#define MINIMUM_STEPPER_DIR_DELAY 0
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum stepper driver pulse width (in µs)
|
* Minimum stepper driver pulse width (in µs)
|
||||||
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
* 0 : Smallest possible width the MCU can produce, compatible with TMC2xxx drivers
|
||||||
|
* 1 : Minimum for A4988 stepper drivers
|
||||||
* 1 : Minimum for LV8729 stepper drivers
|
* 1 : Minimum for LV8729 stepper drivers
|
||||||
* 2 : Minimum for DRV8825 stepper drivers
|
* 2 : Minimum for DRV8825 stepper drivers
|
||||||
* 3 : Minimum for TB6600 stepper drivers
|
* 3 : Minimum for TB6600 stepper drivers
|
||||||
|
@ -332,6 +332,11 @@ void Stepper::set_directions() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif // !LIN_ADVANCE
|
#endif // !LIN_ADVANCE
|
||||||
|
|
||||||
|
// A small delay may be needed after changing direction
|
||||||
|
#if MINIMUM_STEPPER_DIR_DELAY > 0
|
||||||
|
DELAY_NS(MINIMUM_STEPPER_DIR_DELAY);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLED(S_CURVE_ACCELERATION)
|
#if ENABLED(S_CURVE_ACCELERATION)
|
||||||
|
Loading…
Reference in New Issue
Block a user