home.c: fix typo.

This commit is contained in:
Markus Hitter 2012-08-22 18:52:05 +02:00
parent 5811b49b02
commit be29ab61ae
1 changed files with 1 additions and 1 deletions

2
home.c
View File

@ -154,7 +154,7 @@ void home_y_positive() {
#ifndef SLOW_HOMING
// back off slowly
t.X = -1000000;
t.Y = -1000000;
t.F = SEARCH_FEEDRATE_Y;
enqueue_home(&t, 0x2, 0);
#endif