diff options
author | Florian Heilmann <Florian.Heilmann@gmx.net> | 2018-10-24 22:01:12 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-24 16:01:12 -0400 |
commit | b6bf4551551e5a20cf420a1d3c5049d601d941c3 (patch) | |
tree | 67862cb4abda34887111180908b084c075ab6f88 /config/example-extras.cfg | |
parent | 1a437c1fd1a428b9a1495a74da6a0f3d19de0c14 (diff) | |
download | kutter-b6bf4551551e5a20cf420a1d3c5049d601d941c3.tar.gz kutter-b6bf4551551e5a20cf420a1d3c5049d601d941c3.tar.xz kutter-b6bf4551551e5a20cf420a1d3c5049d601d941c3.zip |
tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to 'config/example-extras.cfg')
-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 978a1a32..ac251512 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -333,7 +333,7 @@ # 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, or TMC2224 drivers with run-time configuration. +# TMC2208, TMC2224 or TMC2660 drivers 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 |