diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-23 12:27:09 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-23 12:27:09 -0400 |
commit | e18dddd1ab68bfdbd144acee34e56d96dd4282c3 (patch) | |
tree | 360ac9bb2874f5697e4a0295085cafbdbfd1b4ca | |
parent | ba27e0aa02a56d423ef92812b0ad92466d713966 (diff) | |
download | kutter-e18dddd1ab68bfdbd144acee34e56d96dd4282c3.tar.gz kutter-e18dddd1ab68bfdbd144acee34e56d96dd4282c3.tar.xz kutter-e18dddd1ab68bfdbd144acee34e56d96dd4282c3.zip |
config: No need to list all tmc drivers in endstop_phase description
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index c1585946..459e71f4 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -507,9 +507,9 @@ #phases: # This specifies the number of phases of the given stepper motor # driver (which is the number of micro-steps multiplied by four). -# This setting is automatically determined if one uses TMC2130, -# TMC2208, TMC2224 or TMC2660 drivers with run-time configuration. -# Otherwise, this parameter must be provided. +# This setting is automatically determined if one uses a TMC driver +# with run-time configuration. Otherwise, this parameter must be +# provided. #endstop_accuracy: 0.200 # Sets the expected accuracy (in mm) of the endstop. This represents # the maximum error distance the endstop may trigger (eg, if an |