The plural of 'axis' is 'axes'
This commit is contained in:
		@@ -1138,8 +1138,8 @@
 | 
			
		||||
//#define Z_SAFE_HOMING
 | 
			
		||||
 | 
			
		||||
#if ENABLED(Z_SAFE_HOMING)
 | 
			
		||||
  #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_MIN_POS + Y_MAX_POS) / 2)    // Y 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 axes (G28).
 | 
			
		||||
  #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axes (G28).
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// Delta only homes to Z
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user