Fixed HOME_POS in combination with G28 X0 or G28 Y0
This commit is contained in:
parent
c6f2ec3c82
commit
b4833d55c2
2 changed files with 15 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue