From f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb Mon Sep 17 00:00:00 2001 From: Matt Baker Date: Thu, 21 Mar 2019 07:39:22 -0700 Subject: 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 --- config/example-extras.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/example-extras.cfg') 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 -- cgit v1.2.3-70-g09d2