Fix bad DELTA probe move (#21781)

This commit is contained in:
Victor Oliveira 2021-05-02 19:05:15 -03:00 committed by GitHub
parent cb5e6bfef6
commit fb2bfe1cef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -426,7 +426,7 @@ void _internal_move_to_destination(const_feedRate_t fr_mm_s/*=0.0f*/
#endif
if (TERN0(IS_KINEMATIC, is_fast))
TERN(IS_KINEMATIC, NOOP, prepare_line_to_destination());
TERN(IS_KINEMATIC, prepare_fast_move_to_destination(), NOOP);
else
prepare_line_to_destination();