aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-10-27 19:10:36 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-11-04 12:06:27 -0400
commit4acfd8d7c8973f6cc7b8a3eaa8ea9e82a92b018b (patch)
tree8e9e494c4fe21f2a96010ed23962e5efa6696af4 /docs/Config_Reference.md
parent913d099261399ba737b35752f3c3be6da618bb6a (diff)
downloadkutter-4acfd8d7c8973f6cc7b8a3eaa8ea9e82a92b018b.tar.gz
kutter-4acfd8d7c8973f6cc7b8a3eaa8ea9e82a92b018b.tar.xz
kutter-4acfd8d7c8973f6cc7b8a3eaa8ea9e82a92b018b.zip
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 <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 880a419b..2539def7 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -153,6 +153,11 @@ microsteps:
# gear_ratio is specified then rotation_distance specifies the
# distance the axis travels for one full rotation of the final gear.
# The default is to not use a gear ratio.
+#step_pulse_duration:
+# The minimum time between the step pulse signal edge and the
+# following "unstep" signal edge. This is also used to set the
+# minimum time between a step pulse and a direction change signal.
+# The default is 0.000002 (which is 2us).
endstop_pin:
# Endstop switch detection pin. If this endstop pin is on a
# different mcu than the stepper motor then it enables "multi-mcu