diff options
author | Boffgithub <40854849+Boffgithub@users.noreply.github.com> | 2018-08-19 15:15:48 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-08-19 10:15:48 -0400 |
commit | 08aacec0b2616c9b836feb4c22c6e121595bb29e (patch) | |
tree | c065d98a798ca9169b4f22c78f9df2e616d1f235 /config | |
parent | 1b07be070b48c3f60b17ea8e8b19f1f52864ece3 (diff) | |
download | kutter-08aacec0b2616c9b836feb4c22c6e121595bb29e.tar.gz kutter-08aacec0b2616c9b836feb4c22c6e121595bb29e.tar.xz kutter-08aacec0b2616c9b836feb4c22c6e121595bb29e.zip |
config: Update example-extras.cfg (#544)
Changed 'endstop' to 'stepper' in 'multi-steppers axes' section
Signed-off-by: Ben Warren <boffdroid@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 9788fa1e..7c4bd6bd 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -250,7 +250,7 @@ #endstop_pin: ^ar19 # If an endstop_pin is defined for the additional stepper then the # stepper will home until the endstop is triggered. Otherwise, the -# endstop will home until the endstop on the primary stepper for the +# stepper will home until the endstop on the primary stepper for the # axis is triggered. |