diff options
author | Bassam Husain <61985779+bassamanator@users.noreply.github.com> | 2023-02-03 18:52:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 18:52:55 -0500 |
commit | 5644481590a16ac5b3d8c20874f0477d5d51a963 (patch) | |
tree | 6a6909cce1d7bcd65c0fdc15651fcded07a168a4 | |
parent | 791ad6162ac8f0a2a6736322a2d62a9d11e6c1c6 (diff) | |
download | kutter-5644481590a16ac5b3d8c20874f0477d5d51a963.tar.gz kutter-5644481590a16ac5b3d8c20874f0477d5d51a963.tar.xz kutter-5644481590a16ac5b3d8c20874f0477d5d51a963.zip |
docs: Fixed wording in 'Bed_Mesh.md', fade_target section. (#6025)
Signed-off-by: Bassam Husain <bassam.husain@gmail.com>
-rw-r--r-- | docs/Bed_Mesh.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md index 8628b643..649162c6 100644 --- a/docs/Bed_Mesh.md +++ b/docs/Bed_Mesh.md @@ -255,8 +255,8 @@ fade_target: 0 example, lets assume your homing position on the bed is an outlier, its .2 mm lower than the average probed height of the bed. If the `fade_target` is 0, fade will shrink the print by an average of .2 mm across the bed. By - setting the `fade_target` to .2, the homed area will expand by .2 mm, however - the rest of the bed will have an accurately sized. Generally its a good idea + setting the `fade_target` to .2, the homed area will expand by .2 mm, however, + the rest of the bed will be accurately sized. Generally its a good idea to leave `fade_target` out of the configuration so the average height of the mesh is used, however it may be desirable to manually adjust the fade target if one wants to print on a specific portion of the bed. |