Add Z_PROBE_LOW_POINT to prevent damage
This commit is contained in:
parent
e87ae5b643
commit
4f660a18bc
4 changed files with 36 additions and 9 deletions
|
|
@ -744,6 +744,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue