|
|
@ -676,8 +676,8 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef Z_SAFE_HOMING
|
|
|
|
#ifdef Z_SAFE_HOMING
|
|
|
|
|
|
|
|
|
|
|
|
#define Z_SAFE_HOMING_X_POINT (X_MAX_LENGTH/2) // X point for Z homing when homing all axis (G28)
|
|
|
|
#define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28)
|
|
|
|
#define Z_SAFE_HOMING_Y_POINT (Y_MAX_LENGTH/2) // Y point for Z homing when homing all axis (G28)
|
|
|
|
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Support for a dedicated Z PROBE endstop separate from the Z MIN endstop.
|
|
|
|
// Support for a dedicated Z PROBE endstop separate from the Z MIN endstop.
|
|
|
|