home.c: fix a typo.
This commit is contained in:
parent
71fb5d6f47
commit
72185f776b
2
home.c
2
home.c
|
|
@ -163,7 +163,7 @@ void home_y_positive() {
|
||||||
queue_wait();
|
queue_wait();
|
||||||
// set position to MAX
|
// set position to MAX
|
||||||
startpoint.Y = next_target.target.Y = (int32_t)(Y_MAX * 1000.);
|
startpoint.Y = next_target.target.Y = (int32_t)(Y_MAX * 1000.);
|
||||||
new_startpoint();
|
dda_new_startpoint();
|
||||||
// go to zero
|
// go to zero
|
||||||
t.Y = 0;
|
t.Y = 0;
|
||||||
t.F = MAXIMUM_FEEDRATE_Y;
|
t.F = MAXIMUM_FEEDRATE_Y;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue