diff --git a/TH3DUF_R2/Configuration.h b/TH3DUF_R2/Configuration.h index cde143e..41e5bfc 100644 --- a/TH3DUF_R2/Configuration.h +++ b/TH3DUF_R2/Configuration.h @@ -801,13 +801,13 @@ //=========================================================================== // HOME OFFSET ADJUSTMENT -------------------------- -// If you need to adjust your XY home offsets from defaults then you can uncomment the HOME_ADJUST line below and enter your +// If you need to adjust your XY home offsets from defaults then you can uncomment the HOME_ADJUST_LOCATION line below and enter your // custom XY offsets. This is provided for convenience and is unsupported with included product support. // How to use - measure (home XY then jog using the LCD 1mm at a time) the X and Y distance the nozzle is off // the build plate and then put those as NEGATIVE values below, positive values will NOT work (move your endstops to fix a positve offset). //#define HOME_ADJUST -#define X_HOME_LOCATION -10 -#define Y_HOME_LOCATION -10 +#define X_HOME_ADJUST_LOCATION -10 +#define Y_HOME_ADJUST_LOCATION -10 // LINEAR ADVANCE ---------------------------------- // See here on how to use Linear Advance: http://marlinfw.org/docs/features/lin_advance.html diff --git a/TH3DUF_R2/Configuration_backend.h b/TH3DUF_R2/Configuration_backend.h index f7ef2cc..9e6b165 100644 --- a/TH3DUF_R2/Configuration_backend.h +++ b/TH3DUF_R2/Configuration_backend.h @@ -232,8 +232,8 @@ #define REVERSE_MENU_DIRECTION #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -450,8 +450,8 @@ #define Z_MAX_POS 310 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -519,8 +519,8 @@ #define Z_MAX_POS 420 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS -6 #define Y_MIN_POS 0 @@ -586,8 +586,8 @@ #define Z_MAX_POS 420 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -665,8 +665,8 @@ #define Z_MAX_POS 410 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -743,8 +743,8 @@ #define Z_MAX_POS 400 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -828,8 +828,8 @@ #define Z_MAX_POS 300 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -929,8 +929,8 @@ #endif #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS -7 #define Y_MIN_POS -5 @@ -1003,8 +1003,8 @@ #define Z_MAX_POS 380 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1074,8 +1074,8 @@ #define Z_MAX_POS 170 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1137,8 +1137,8 @@ #define Z_MAX_POS 500 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1205,8 +1205,8 @@ #define Z_MAX_POS 100 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1276,8 +1276,8 @@ #define Z_MAX_POS 180 #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1419,8 +1419,8 @@ #endif #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1582,8 +1582,8 @@ #endif #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1649,8 +1649,8 @@ #endif #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1709,8 +1709,8 @@ #endif #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1772,8 +1772,8 @@ #endif #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1853,8 +1853,8 @@ #if ENABLED(A2_SMALL_BED) #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1883,8 +1883,8 @@ #if ENABLED(A2_LARGE_BED) #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1912,8 +1912,8 @@ #if ENABLED(ANET_A6) #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS 0 #define Y_MIN_POS 0 @@ -1942,8 +1942,8 @@ #if ENABLED(ANET_A8) #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS -33 #define Y_MIN_POS -10 @@ -1974,8 +1974,8 @@ #if ENABLED(ANET_E10) #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS -2 #define Y_MIN_POS -8 @@ -2004,8 +2004,8 @@ #if ENABLED(ANET_E12) #if ENABLED(HOME_ADJUST) - #define X_MIN_POS X_HOME_LOCATION - #define Y_MIN_POS Y_HOME_LOCATION + #define X_MIN_POS X_HOME_ADJUST_LOCATION + #define Y_MIN_POS Y_HOME_ADJUST_LOCATION #else #define X_MIN_POS -2 #define Y_MIN_POS -8