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