diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-27 16:52:16 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-27 16:52:16 -0500 |
commit | 90827a88dea276d7bfe85f893d106219a5acc685 (patch) | |
tree | 5950d2d11a8f6e59b3f3d720ae9d6907df5a5fa6 /docs/FAQ.md | |
parent | 71ef715a88c69e3049831304cf35e5543e35d05e (diff) | |
download | kutter-90827a88dea276d7bfe85f893d106219a5acc685.tar.gz kutter-90827a88dea276d7bfe85f893d106219a5acc685.tar.xz kutter-90827a88dea276d7bfe85f893d106219a5acc685.zip |
docs: Minor wording change to step_distance FAQ
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 83bc41a0..7d2a9932 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -41,7 +41,7 @@ search for "calculate steps per mm" to find an online calculator. Klipper uses step_distance instead of steps_per_mm in order to use consistent units of measurement in the config file. (The config uses millimeters for all distance measurements.) It is believed that -steps_per_mm originates from a micro-optimization on old 8-bit +steps_per_mm originated as an optimization on old 8-bit micro-controllers (the desire to use a multiply instead of a divide in some low-level code). Continuing to configure this one distance in units of "inverse millimeters" is felt to be quirky and unnecessary. |