|
|
@ -754,7 +754,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
#endif // Z_PROBE_ALLEN_KEY
|
|
|
|
#endif // Z_PROBE_ALLEN_KEY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
|
|
* *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
|
@ -810,11 +809,10 @@
|
|
|
|
* ignored by Marlin
|
|
|
|
* ignored by Marlin
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
//#define Z_MIN_PROBE_ENDSTOP // A3K leave disable!
|
|
|
|
//#define Z_MIN_PROBE_ENDSTOP // A3K leave disabled!
|
|
|
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
|
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Enable Z Probe Repeatability test to see how accurate your probe is
|
|
|
|
/* Enable Z Probe Repeatability test to see how accurate your probe is */
|
|
|
|
|
|
|
|
#define Z_MIN_PROBE_REPEATABILITY_TEST
|
|
|
|
#define Z_MIN_PROBE_REPEATABILITY_TEST
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -834,7 +832,7 @@
|
|
|
|
#define Z_CLEARANCE_DEPLOY_PROBE 50 // Z Clearance for Deploy/Stow
|
|
|
|
#define Z_CLEARANCE_DEPLOY_PROBE 50 // Z Clearance for Deploy/Stow
|
|
|
|
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
|
|
|
|
#define Z_CLEARANCE_BETWEEN_PROBES 5 // Z Clearance between probe points
|
|
|
|
|
|
|
|
|
|
|
|
/* For M851 give a range for adjusting the Z probe offset */
|
|
|
|
// For M851 give a range for adjusting the Z probe offset
|
|
|
|
#define Z_PROBE_OFFSET_RANGE_MIN -20
|
|
|
|
#define Z_PROBE_OFFSET_RANGE_MIN -20
|
|
|
|
#define Z_PROBE_OFFSET_RANGE_MAX 20
|
|
|
|
#define Z_PROBE_OFFSET_RANGE_MAX 20
|
|
|
|
|
|
|
|
|
|
|
@ -959,9 +957,9 @@
|
|
|
|
* leveling in steps so you can manually adjust the Z height at each grid-point.
|
|
|
|
* leveling in steps so you can manually adjust the Z height at each grid-point.
|
|
|
|
* With an LCD controller the process is guided step-by-step.
|
|
|
|
* With an LCD controller the process is guided step-by-step.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
//#define AUTO_BED_LEVELING_3POINT // Only AUTO_BED_LEVELING_BILINEAR is supported for DELTA bed leveling.
|
|
|
|
//#define AUTO_BED_LEVELING_3POINT
|
|
|
|
//#define AUTO_BED_LEVELING_LINEAR // Only AUTO_BED_LEVELING_BILINEAR is supported for DELTA bed leveling.
|
|
|
|
//#define AUTO_BED_LEVELING_LINEAR
|
|
|
|
#define AUTO_BED_LEVELING_BILINEAR // Only AUTO_BED_LEVELING_BILINEAR is supported for DELTA bed leveling.
|
|
|
|
#define AUTO_BED_LEVELING_BILINEAR
|
|
|
|
//#define AUTO_BED_LEVELING_UBL
|
|
|
|
//#define AUTO_BED_LEVELING_UBL
|
|
|
|
//#define MESH_BED_LEVELING
|
|
|
|
//#define MESH_BED_LEVELING
|
|
|
|
|
|
|
|
|
|
|
|