From 4acfd8d7c8973f6cc7b8a3eaa8ea9e82a92b018b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 27 Oct 2021 19:10:36 -0400 Subject: stepper: Make step pulse duration customizable at run-time Remove the STEP_DELAY Kconfig option and replace it with a per-stepper step_pulse_duration printer.cfg config option. The AVR code will continue to have optimized code to step and "unstep" in the same function (which is automatically activated when the step delay is 40 ticks or less). This change removes the Kconfig option for single function step/unstep on 32bit processors. Signed-off-by: Kevin O'Connor --- docs/Config_Changes.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/Config_Changes.md') diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index dc054b48..828094b0 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,11 @@ All dates in this document are approximate. ## Changes +20211104: The "step pulse duration" option in "make menuconfig" has +been removed. A new `step_pulse_duration` setting in the +[stepper config section](Config_Reference.md#stepper) should be set +for all steppers that need a custom pulse duration. + 20211102: Several deprecated features have been removed. The stepper `step_distance` option has been removed (deprecated on 20201222). The `rpi_temperature` sensor alias has been removed (deprecated on -- cgit v1.2.3-70-g09d2