Browse Source

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

InsanityAutomation 4 years ago
parent
commit
548d5603ea
No account linked to committer's email address
2 changed files with 1 additions and 1 deletions
  1. 1
    0
      Marlin/src/MarlinCore.cpp
  2. 0
    1
      Marlin/src/module/motion.cpp

+ 1
- 0
Marlin/src/MarlinCore.cpp View File

@@ -660,6 +660,7 @@ inline void manage_inactivity(const bool ignore_stepper_queue=false) {
660 660
       delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
661 661
       destination = current_position;
662 662
       prepare_line_to_destination();
663
+      planner.synchronize();
663 664
     }
664 665
   #endif
665 666
 

+ 0
- 1
Marlin/src/module/motion.cpp View File

@@ -1006,7 +1006,6 @@ FORCE_INLINE void segment_idle(millis_t &next_idle_ms) {
1006 1006
               line_to_current_position(fr_zfast);
1007 1007
             }
1008 1008
           }
1009
-          planner.synchronize(); // paranoia
1010 1009
           stepper.set_directions();
1011 1010
 
1012 1011
           idex_set_parked(false);

Loading…
Cancel
Save