Skip to content

Commit

Permalink
Fix bad DELTA probe move (#21781)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv authored and thinkyhead committed May 2, 2021
1 parent 6310e02 commit a0ea7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit a0ea7cb

Please sign in to comment.