diff options
author | Matt Baker <baker.matt.j@gmail.com> | 2019-03-21 07:39:22 -0700 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-03-21 10:39:22 -0400 |
commit | f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb (patch) | |
tree | d13dc7b8a20d99db29166dbfa318fe877d469394 /config/example-extras.cfg | |
parent | 6f91574cd9c6c84cd3dee3633cf9664d3f2026cf (diff) | |
download | kutter-f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb.tar.gz kutter-f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb.tar.xz kutter-f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb.zip |
bed_mesh: enable relative offset bed meshes (#1323)
Adds parameter for bed meshes to be adjusted relative to a probed point
during calibration. This allows the probe z offset to be ignored for
probes that are not stable over time (for example, the thermal drift of
inductive probes). An endstop other than the probe is then necessary to
determine the bed-nozzle offset.
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 14a02d08..d002c922 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -226,6 +226,10 @@ # may be applied to change the amount of slope interpolated. # Larger numbers will increase the amount of slope, which # results in more curvature in the mesh. Default is .2. +#relative_reference_index: +# A point index in the mesh to reference all z values to. Enabling +# this parameter produces a mesh relative to the probed z position +# at the provided index. # Tool to help adjust bed leveling screws. One may define a |