diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-28 15:36:53 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-28 15:36:53 -0400 |
commit | 4acda88e8d016893e1ad2d41af483d31f6f633db (patch) | |
tree | f0e5b89036cbcbf500e0f2b043de66dc1220670d | |
parent | 6b4e44011cdeb7159639f2197b62c64c123718ba (diff) | |
download | kutter-4acda88e8d016893e1ad2d41af483d31f6f633db.tar.gz kutter-4acda88e8d016893e1ad2d41af483d31f6f633db.tar.xz kutter-4acda88e8d016893e1ad2d41af483d31f6f633db.zip |
docs: Fix spelling error in example-extras.cfg
Fix "interally" spelling error - reported by @bistory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 4559ff72..67c75000 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -544,8 +544,8 @@ # values are 1, 2, 4, 8, 16, 32, 64, 128, 256. This parameter must # be provided. #interpolate: True -# If true, enable TMC2130 step interpolation (the driver will -# interally step at a rate of 256 micro-steps). The default is True. +# If true, enable step interpolation (the driver will internally +# step at a rate of 256 micro-steps). The default is True. #run_current: # The amount of current (in amps) to configure the driver to use # during stepper movement. This parameter must be provided. @@ -602,8 +602,8 @@ # values are 1, 2, 4, 8, 16, 32, 64, 128, 256. This parameter must # be provided. #interpolate: True -# If true, enable step interpolation (the driver will interally step -# at a rate of 256 micro-steps). The default is True. +# If true, enable step interpolation (the driver will internally +# step at a rate of 256 micro-steps). The default is True. #run_current: # The amount of current (in amps) to configure the driver to use # during stepper movement. This parameter must be provided. |