Add Z_PROBE_LOW_POINT to example configs

This commit is contained in:
Scott Lahteine
2018-04-09 01:46:44 -05:00
parent a731a723e8
commit 82dafbba33
62 changed files with 133 additions and 6 deletions

View File

@ -776,6 +776,8 @@
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
//#define Z_AFTER_PROBING 5 // Z position after probing is done
#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping
// For M851 give a range for adjusting the Z probe offset
#define Z_PROBE_OFFSET_RANGE_MIN -20
#define Z_PROBE_OFFSET_RANGE_MAX 20