diff --git a/home.c b/home.c index 325b1c3..5618191 100644 --- a/home.c +++ b/home.c @@ -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