Fixed HOME_POS in combination with G28 X0 or G28 Y0

This commit is contained in:
Erik van der Zalm
2012-02-28 18:20:03 +01:00
parent c6f2ec3c82
commit b4833d55c2
2 changed files with 15 additions and 6 deletions

View File

@ -432,7 +432,7 @@ ISR(TIMER1_COMPA_vect)
}
else { // +direction
NORM_E_DIR();
count_direction[E_AXIS]=-1;
count_direction[E_AXIS]=1;
}
#endif //!ADVANCE