From ee0bc3d697a136ff9dea2107430d703c421ba4f9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 30 Apr 2025 19:18:50 -0400 Subject: manual_stepper: Support position_min and position_max options Signed-off-by: Kevin O'Connor --- docs/Config_Reference.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/Config_Reference.md') 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 -- cgit v1.2.3-70-g09d2