Blocking move followup
This commit is contained in:
parent
7f56538602
commit
3517fbdcbd
@ -367,11 +367,8 @@ void _internal_move_to_destination(const_feedRate_t fr_mm_s/*=0.0f*/
|
|||||||
planner.e_factor[active_extruder] = 1.0f;
|
planner.e_factor[active_extruder] = 1.0f;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !IS_KINEMATIC
|
if (TERN0(IS_KINEMATIC, is_fast))
|
||||||
constexpr bool is_fast = false;
|
TERN(IS_KINEMATIC, NOOP, prepare_line_to_destination());
|
||||||
#endif
|
|
||||||
if (is_fast)
|
|
||||||
prepare_fast_move_to_destination();
|
|
||||||
else
|
else
|
||||||
prepare_line_to_destination();
|
prepare_line_to_destination();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user