USE_PROBE_FOR_Z_HOMING, I2C DIGIPOTS

This commit is contained in:
Scott Lahteine 2020-04-18 23:27:03 -05:00
parent b86052405d
commit d61bea4e27
312 changed files with 3478 additions and 2418 deletions

View file

@ -831,12 +831,15 @@
//
/**
* Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
*
* Enable this option for a probe connected to the Z Min endstop pin.
* Enable this option for a probe connected to the Z-MIN pin.
* The probe replaces the Z-MIN endstop and is used for Z homing.
* (Automatically enables USE_PROBE_FOR_Z_HOMING.)
*/
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
// Force the use of the probe for Z-axis homing
//#define USE_PROBE_FOR_Z_HOMING
/**
* Z_MIN_PROBE_PIN
*
@ -1364,7 +1367,6 @@
*/
#define Z_PROBE_END_SCRIPT "M280 P0 S90"
// @section homing
// The center of the bed is at (X=0, Y=0)