diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-10 22:15:00 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-16 13:09:49 -0400 |
commit | 1e71909d020840863497977720289763d58fb046 (patch) | |
tree | 5e33310d7f64a92d316b1609fd72c75dc409d2de /config | |
parent | def524bdf488e0de97f287e5711bd84226e8098f (diff) | |
download | kutter-1e71909d020840863497977720289763d58fb046.tar.gz kutter-1e71909d020840863497977720289763d58fb046.tar.xz kutter-1e71909d020840863497977720289763d58fb046.zip |
endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index aed162ee..978a1a32 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -326,7 +326,8 @@ # config section with an "endstop_phase" prefix followed by the name # of the corresponding stepper config section (for example, # "[endstop_phase stepper_z]"). This feature can improve the accuracy -# of endstop switches. +# of endstop switches. Add a bare "[endstop_phase]" declaration to +# enable the ENDSTOP_PHASE_CALIBRATE command. #[endstop_phase stepper_z] #phases: # This specifies the number of phases of the given stepper motor |