diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-27 11:29:42 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-27 11:29:42 -0500 |
commit | 71ef715a88c69e3049831304cf35e5543e35d05e (patch) | |
tree | 15828d7d8289ac5763edc4c8c71aad1043633bf1 /docs | |
parent | 932acd3048f7b171d5dc7829fcbcea63b5cc1bea (diff) | |
download | kutter-71ef715a88c69e3049831304cf35e5543e35d05e.tar.gz kutter-71ef715a88c69e3049831304cf35e5543e35d05e.tar.xz kutter-71ef715a88c69e3049831304cf35e5543e35d05e.zip |
docs: Expand FAQ on why step_distance is used
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index fb92b32f..83bc41a0 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -38,6 +38,14 @@ each motor driver pulse. It can also be calculated from the axis pitch, motor step angle, and driver microstepping. If unsure, do a web 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 +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. + ### Where's my serial port? The general way to find a USB serial port is to run `ls -l |