Skip to content
Snippets Groups Projects
Unverified Commit e7a6a52e authored by Stephan's avatar Stephan Committed by GitHub
Browse files

Use center defines for Z Safe Homing XY (#17782)

parent bd82b8bc
Branches
Tags
No related merge requests found
...@@ -1368,8 +1368,8 @@ ...@@ -1368,8 +1368,8 @@
//#define Z_SAFE_HOMING //#define Z_SAFE_HOMING
#if ENABLED(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). #define Z_SAFE_HOMING_X_POINT X_CENTER // X point for Z homing when homing all axes (G28).
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axes (G28). #define Z_SAFE_HOMING_Y_POINT Y_CENTER // Y point for Z homing when homing all axes (G28).
#endif #endif
// Homing speeds (mm/m) // Homing speeds (mm/m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment