mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-28 11:50:50 -07:00
Deploying to gh-pages from @ Klipper3d/klipper@6c1d5d912a 🚀
This commit is contained in:
parent
62d25ce605
commit
9e2940243f
15 changed files with 26 additions and 1 deletions
|
|
@ -6290,6 +6290,13 @@ printer kinematics.</p>
|
|||
# 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.
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="custom-heaters-and-sensors">Custom heaters and sensors<a class="headerlink" href="#custom-heaters-and-sensors" title="Permanent link">¶</a></h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue