mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 12:17:48 -06:00
Fix bad DELTA probe move (#21781)
This commit is contained in:
parent
cb5e6bfef6
commit
fb2bfe1cef
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ void _internal_move_to_destination(const_feedRate_t fr_mm_s/*=0.0f*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (TERN0(IS_KINEMATIC, is_fast))
|
if (TERN0(IS_KINEMATIC, is_fast))
|
||||||
TERN(IS_KINEMATIC, NOOP, prepare_line_to_destination());
|
TERN(IS_KINEMATIC, prepare_fast_move_to_destination(), NOOP);
|
||||||
else
|
else
|
||||||
prepare_line_to_destination();
|
prepare_line_to_destination();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue