Fix compilation of some configs

This commit is contained in:
Scott Lahteine 2020-02-15 18:49:53 -06:00
parent f3a6e52dcf
commit 5f675bcba4
10 changed files with 21 additions and 20 deletions

View file

@ -1365,7 +1365,7 @@
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
// - Prevent Z homing when the Z probe is outside bed area.
//
//#define Z_SAFE_HOMING
#define Z_SAFE_HOMING
#if ENABLED(Z_SAFE_HOMING)
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axes (G28).