diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-21 18:37:04 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-21 18:37:04 -0500 |
commit | a59461e20e1f4913fef9b774ca9f93230046af81 (patch) | |
tree | 42c6987e949bf3412ca39d738babfa1491749782 /docs/Rotation_Distance.md | |
parent | ec1bd77cc2d1e1fc613bf851671123e13a064a69 (diff) | |
download | kutter-a59461e20e1f4913fef9b774ca9f93230046af81.tar.gz kutter-a59461e20e1f4913fef9b774ca9f93230046af81.tar.xz kutter-a59461e20e1f4913fef9b774ca9f93230046af81.zip |
docs: Minor formatting change to Rotation_Distance.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Rotation_Distance.md')
-rw-r--r-- | docs/Rotation_Distance.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Rotation_Distance.md b/docs/Rotation_Distance.md index 74baedb0..c143bbe8 100644 --- a/docs/Rotation_Distance.md +++ b/docs/Rotation_Distance.md @@ -67,8 +67,7 @@ Then use the following procedure to "measure and trim": `actual_extrude_distance = <initial_mark_distance> - <subsequent_mark_distance>` 5. Calculate rotation_distance as: `rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / <requested_extrude_distance>` - Round the new rotation_distance to - three decimal places. + Round the new rotation_distance to three decimal places. If the actual_extrude_distance differs from requested_extrude_distance by more than about 2mm then it is a good idea to perform the steps |