aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-08-28 15:36:53 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-08-28 15:36:53 -0400
commit4acda88e8d016893e1ad2d41af483d31f6f633db (patch)
treef0e5b89036cbcbf500e0f2b043de66dc1220670d /config
parent6b4e44011cdeb7159639f2197b62c64c123718ba (diff)
downloadkutter-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>
Diffstat (limited to 'config')
-rw-r--r--config/example-extras.cfg8
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.