Fix IDEX broken endstop test (#21110)

This commit is contained in:
Scott Lahteine
2021-02-16 21:13:53 -06:00
parent 27721c564f
commit a09d7a59b4
3 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@
};
#endif
do_blocking_move_to_xy(1.5 * mlx * x_axis_home_dir, 1.5 * mly * home_dir(Y_AXIS), fr_mm_s);
do_blocking_move_to_xy(1.5 * mlx * x_axis_home_dir, 1.5 * mly * Y_HOME_DIR, fr_mm_s);
endstops.validate_homing_move();