Fix IDEX broken endstop test (#21110)

This commit is contained in:
Scott Lahteine
2021-02-16 21:13:53 -06:00
committed by GitHub
parent a211dc03b3
commit 7e172bf456
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();