From 31ec0985770e420eadc5ba9d7eb56a2c4ab40c60 Mon Sep 17 00:00:00 2001
From: Kevin O'Connor <kevin@koconnor.net>
Date: Wed, 26 Sep 2018 14:39:06 -0400
Subject: [PATCH] config: The delta_calibrate bed radius uses nozzle
 coordinates

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
---
 config/example-delta.cfg | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/config/example-delta.cfg b/config/example-delta.cfg
index 858716e51..f54f04778 100644
--- a/config/example-delta.cfg
+++ b/config/example-delta.cfg
@@ -113,17 +113,19 @@ delta_radius: 174.75
 # angles.
 [delta_calibrate]
 radius: 50
-#   Radius (in mm) of the area that may be probed. This is typically
-#   the size of the printer bed. This parameter must be provided.
+#   Radius (in mm) of the area that may be probed. This is the radius
+#   of nozzle coordinates to be probed; if using an automatic probe
+#   with an XY offset then choose a radius small enough so that the
+#   probe always fits over the bed. This parameter must be provided.
 #speed: 50
-#   The speed (in mm/s) of non-probing moves during the
-#   calibration. The default is 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.
 #samples: 1
-#   The number of times to probe each point.  The probed z-values
-#   will be averaged.  The default is to probe 1 time.
+#   The number of times to probe each point.  The probed z-values will
+#   be averaged. The default is to probe 1 time.
 #sample_retract_dist: 2.0
-#   The distance (in mm) to retract between each sample if
-#   sampling more than once.  Default is 2mm.
+#   The distance (in mm) to retract between each sample if sampling
+#   more than once. The default is 2mm.