home.c: fix a typo.

This commit is contained in:
Markus Hitter 2011-12-06 13:50:00 +01:00
parent 71fb5d6f47
commit 72185f776b
1 changed files with 1 additions and 1 deletions

2
home.c
View File

@ -163,7 +163,7 @@ void home_y_positive() {
queue_wait();
// set position to MAX
startpoint.Y = next_target.target.Y = (int32_t)(Y_MAX * 1000.);
new_startpoint();
dda_new_startpoint();
// go to zero
t.Y = 0;
t.F = MAXIMUM_FEEDRATE_Y;