Update comments re: NOZZLE_AS_PROBE

This commit is contained in:
Scott Lahteine
2020-01-01 19:41:23 -06:00
parent 832321f55d
commit 00c83e9ca6
272 changed files with 544 additions and 272 deletions

View File

@ -1040,7 +1040,8 @@
*/
#define NOZZLE_TO_PROBE_OFFSET { 0, 0, 0.25 }
// Certain types of probes need to stay away from edges
// Most probes should stay away from the edges of the bed, but
// with NOZZLE_AS_PROBE this can be negative for a wider probing area.
#define MIN_PROBE_EDGE 10
// X and Y axis travel speed (mm/m) between probes

View File

@ -1440,7 +1440,8 @@
* Override MIN_PROBE_EDGE for each side of the build plate
* Useful to get probe points to exact positions on targets or
* to allow leveling to avoid plate clamps on only specific
* sides of the bed.
* sides of the bed. With NOZZLE_AS_PROBE negative values are
* allowed, to permit probing outside the bed.
*
* If you are replacing the prior *_PROBE_BED_POSITION options,
* LEFT and FRONT values in most cases will map directly over