Bed leveling that accounts for home XYZ

This commit is contained in:
Scott Lahteine
2016-08-21 03:10:55 -05:00
parent 2e8fd70fb1
commit 9248cfb0ad
4 changed files with 210 additions and 207 deletions

View File

@@ -165,6 +165,11 @@
#ifndef Z_SAFE_HOMING_Y_POINT
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)
#endif
#define X_TILT_FULCRUM Z_SAFE_HOMING_X_POINT
#define Y_TILT_FULCRUM Z_SAFE_HOMING_Y_POINT
#else
#define X_TILT_FULCRUM X_HOME_POS
#define Y_TILT_FULCRUM Y_HOME_POS
#endif
/**