mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-06 13:34:08 -06:00
Fix compilation of some configs
This commit is contained in:
parent
f3a6e52dcf
commit
5f675bcba4
10 changed files with 21 additions and 20 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue