Fix IDEX reboot on travel after G28 X (#20654)
This commit is contained in:
parent
abeefaac7f
commit
b1f0671541
@ -660,6 +660,7 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) {
|
||||
delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
|
||||
destination = current_position;
|
||||
prepare_line_to_destination();
|
||||
planner.synchronize();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -1006,7 +1006,6 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
|
||||
line_to_current_position(fr_zfast);
|
||||
}
|
||||
}
|
||||
planner.synchronize(); // paranoia
|
||||
stepper.set_directions();
|
||||
|
||||
idex_set_parked(false);
|
||||
|
Loading…
Reference in New Issue
Block a user