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
       delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
660
       delayed_move_time = 0xFFFFFFFFUL; // force moves to be done
661
       destination = current_position;
661
       destination = current_position;
662
       prepare_line_to_destination();
662
       prepare_line_to_destination();
663
+      planner.synchronize();
663
     }
664
     }
664
   #endif
665
   #endif
665
 
666
 

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

1006
               line_to_current_position(fr_zfast);
1006
               line_to_current_position(fr_zfast);
1007
             }
1007
             }
1008
           }
1008
           }
1009
-          planner.synchronize(); // paranoia
1010
           stepper.set_directions();
1009
           stepper.set_directions();
1011
 
1010
 
1012
           idex_set_parked(false);
1011
           idex_set_parked(false);

Loading…
Cancel
Save