aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2024-06-11 14:31:39 -0400
committerKevinOConnor <kevin@koconnor.net>2024-06-19 13:47:32 -0400
commita19d64febdbaa7d5ec0a0912bb65c6547c370ec3 (patch)
treef3172e55ed32bfbbeac70cebf4c984096833d9d0 /docs/Config_Reference.md
parenta19af088945fdd33e49477413b90ee061c716e71 (diff)
downloadkutter-a19d64febdbaa7d5ec0a0912bb65c6547c370ec3.tar.gz
kutter-a19d64febdbaa7d5ec0a0912bb65c6547c370ec3.tar.xz
kutter-a19d64febdbaa7d5ec0a0912bb65c6547c370ec3.zip
docs: add rapid probing documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 6b42fe48..b192e736 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -998,6 +998,13 @@ Visual Examples:
#adaptive_margin:
# An optional margin (in mm) to be added around the bed area used by
# the defined print objects when generating an adaptive mesh.
+#scan_overshoot:
+# The maximum amount of travel (in mm) available outside of the mesh.
+# For rectangular beds this applies to travel on the X axis, and for round beds
+# it applies to the entire radius. The tool must be able to travel the amount
+# specified outside of the mesh. This value is used to optimize the travel
+# path when performing a "rapid scan". The minimum value that may be specified
+# is 1. The default is no overshoot.
```
### [bed_tilt]