aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2025-04-30 19:18:50 -0400
committerKevin O'Connor <kevin@koconnor.net>2025-05-12 20:15:03 -0400
commitee0bc3d697a136ff9dea2107430d703c421ba4f9 (patch)
tree9700d35db7c3cd47961e3468557272aa938a7966 /docs/Config_Reference.md
parent64e01f03a20f4d895f4baa5d5f72870f800f5830 (diff)
downloadkutter-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.md7
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