From 72185f776bb2e99467c6e03e745ac64a4883f503 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 6 Dec 2011 13:50:00 +0100 Subject: [PATCH] home.c: fix a typo. --- home.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.c b/home.c index 684397b..325b1c3 100644 --- a/home.c +++ b/home.c @@ -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;