aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorArksine <arksine.code@gmail.com>2018-08-10 17:08:06 -0400
committerKevinOConnor <kevin@koconnor.net>2018-08-17 09:22:55 -0400
commitf337fb1802c0e78deb01941665c8387ff4bbbff8 (patch)
tree6848a44a91c96ef386d67b317696199effaf949b /config/example-extras.cfg
parente0bd221c57863fb302e57f4e7ce1ba9058fed322 (diff)
downloadkutter-f337fb1802c0e78deb01941665c8387ff4bbbff8.tar.gz
kutter-f337fb1802c0e78deb01941665c8387ff4bbbff8.tar.xz
kutter-f337fb1802c0e78deb01941665c8387ff4bbbff8.zip
config: update examples-extra.cfg to include the bed_mesh module
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg60
1 files changed, 60 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 28e9e0e5..5cf33a40 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -65,6 +65,66 @@
# and true otherwise.
+# Mesh Bed Leveling. One may define a [bed_mesh] config section
+# to enable move transformations that offset the z axis based
+# on a mesh generated from probed points. Note that bed_mesh
+# and bed_tilt are incompatible, both cannot be defined.
+#[bed_mesh]
+#speed: 50
+# The speed (in mm/s) of non-probing moves during the
+# calibration. The default is 50.
+#horizontal_move_z: 5
+# The height (in mm) that the head should be commanded to move to
+# just prior to starting a probe operation. The default is 5.
+#probe_offset:
+# An X,Y point defining the probe's offset relative to the nozzle.
+# This parameter must be provided.
+#min_point:
+# An X,Y point defining the minimum coordinate to probe on
+# the bed. Note that this refers to the nozzle position,
+# and take care that you do not define a point that will move
+# the probe off of the bed. This parameter must be provided.
+#max_point:
+# An X,Y point defining the maximum coordinate to probe on
+# the bed. Follow the same precautions as listed in min_point.
+# Also note that this does not necessarily define the last point
+# probed, only the maximum coordinate. This parameter must be provided.
+#probe_count: 3,3
+# A comma separated pair of integer values (X,Y) defining the number
+# of points to probe along each axis. A single value is also valid,
+# in which case that value will be for both axes. Default is 3,3
+# which probes a 3x3 grid.
+#fade_start: 1.0
+# The z-axis position in which to start phasing z-adjustment out.
+# Default is 1.0.
+#fade_end: 10.0
+# The z-axis position in which phase out is complete. If this
+# value is less than or equal to fade_start then phasing out
+# is disabled. Default is 10.0.
+#split_delta_z: .025
+# The amount of Z difference (in mm) along a move that will
+# trigger a split. Default is .025.
+#move_check_distance: 5.0
+# The distance (in mm) along a move to check for split_delta_z.
+# This is also the minimum length that a move can be split. Default
+# is 5.0.
+#mesh_pps: 2,2
+# A comma separated pair of integers (X,Y) defining the number of
+# points per segment to interpolate in the mesh along each axis. A
+# "segment" can be defined as the space between each probed
+# point. The user may enter a single value which will be applied
+# to both axes. Default is 2,2.
+#algorithm: lagrange
+# The interpolation algorthm to use. May be either "langrange"
+# or "bicubic". This option will not affect 3x3 grids, which
+# are forced to use lagrange sampling. Default is lagrange.
+#bicubic_tension: .2
+# When using the bicubic algoritm the tension parameter above
+# 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.
+
+
# Multiple Z stepper tilt adjustment. This feature enables independent
# adjustment of multiple z steppers (see stepper_z1 section below) to
# adjust for tilt. If this section is present then a Z_TILT_ADJUST