diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 63e3e70b..7322e9bb 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -310,6 +310,15 @@ #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. +#retries: 0 +# Number of times to retry if the probed points aren't within tolerance +#retry_tolerance: 0 +# if retries are enabled then retry if largest and smallest probed points +# differ more than retry_tolerance. +# Note the smallest unit of change here would be a single step. However if you +# are probing more points than steppers then you will likely have a fixed +# minimum value for the range of probed points which you can learn by observing +# command output. # Moving gantry leveling using 4 independently controlled Z motors. |