Fix IDEX reboot on travel after G28 X (#20654)

This commit is contained in:
InsanityAutomation
2021-01-03 23:07:29 -05:00
committed by GitHub
parent 6b458676b1
commit 548d5603ea
2 changed files with 1 additions and 1 deletions

View File

@@ -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