Home dir use < or >

This commit is contained in:
Scott Lahteine 2019-07-02 09:38:29 -05:00
parent 0f79fb9821
commit 1620738701
3 changed files with 5 additions and 5 deletions

View file

@ -430,7 +430,7 @@ bool MarlinUI::get_blink() {
if (RRK(EN_KEYPAD_MIDDLE)) goto_screen(menu_move);
#if DISABLED(DELTA) && Z_HOME_DIR == -1
#if DISABLED(DELTA) && Z_HOME_DIR < 0
if (RRK(EN_KEYPAD_F2)) _reprapworld_keypad_move(Z_AXIS, 1);
#endif

View file

@ -70,7 +70,7 @@
#define E0_DIAG_PIN 78 // PB23
#define E1_DIAG_PIN 25 // PD0
#if X_HOME_DIR == -1
#if X_HOME_DIR < 0
#define X_MIN_PIN X_DIAG_PIN
#define X_MAX_PIN 32
#else
@ -78,7 +78,7 @@
#define X_MAX_PIN X_DIAG_PIN
#endif
#if Y_HOME_DIR == -1
#if Y_HOME_DIR < 0
#define Y_MIN_PIN Y_DIAG_PIN
#define Y_MAX_PIN 15
#else

View file

@ -62,7 +62,7 @@
#else
#if X_HOME_DIR == -1
#if X_HOME_DIR < 0
#define X_MIN_PIN X_DIAG_PIN
#define X_MAX_PIN 81
#else
@ -70,7 +70,7 @@
#define X_MAX_PIN X_DIAG_PIN
#endif
#if Y_HOME_DIR == -1
#if Y_HOME_DIR < 0
#define Y_MIN_PIN Y_DIAG_PIN
#define Y_MAX_PIN 57
#else