Browse Source

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

Stephan 5 years ago
parent
commit
e7a6a52eda
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

1368
 //#define Z_SAFE_HOMING
1368
 //#define Z_SAFE_HOMING
1369
 
1369
 
1370
 #if ENABLED(Z_SAFE_HOMING)
1370
 #if ENABLED(Z_SAFE_HOMING)
1371
-  #define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2)    // X point for Z homing when homing all axes (G28).
1372
-  #define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2)    // Y point for Z homing when homing all axes (G28).
1371
+  #define Z_SAFE_HOMING_X_POINT X_CENTER  // X point for Z homing when homing all axes (G28).
1372
+  #define Z_SAFE_HOMING_Y_POINT Y_CENTER  // Y point for Z homing when homing all axes (G28).
1373
 #endif
1373
 #endif
1374
 
1374
 
1375
 // Homing speeds (mm/m)
1375
 // Homing speeds (mm/m)

Loading…
Cancel
Save