diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-04-30 19:18:50 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-05-12 20:15:03 -0400 |
commit | ee0bc3d697a136ff9dea2107430d703c421ba4f9 (patch) | |
tree | 9700d35db7c3cd47961e3468557272aa938a7966 /docs/Config_Reference.md | |
parent | 64e01f03a20f4d895f4baa5d5f72870f800f5830 (diff) | |
download | kutter-ee0bc3d697a136ff9dea2107430d703c421ba4f9.tar.gz kutter-ee0bc3d697a136ff9dea2107430d703c421ba4f9.tar.xz kutter-ee0bc3d697a136ff9dea2107430d703c421ba4f9.zip |
manual_stepper: Support position_min and position_max options
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index f9ef676b..2f4b714d 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2540,6 +2540,13 @@ printer kinematics. # Endstop switch detection pin. If specified, then one may perform # "homing moves" by adding a STOP_ON_ENDSTOP parameter to # MANUAL_STEPPER movement commands. +#position_min: +#position_max: +# The minimum and maximum position the stepper can be commanded to +# move to. If specified then one may not command the stepper to move +# past the given position. Note that these limits do not prevent +# setting an arbitrary position with the `MANUAL_STEPPER +# SET_POSITION=x` command. The default is to not enforce a limit. ``` ## Custom heaters and sensors |