set_current_position_from_planner() after stepper.quick_stop()

This commit is contained in:
Scott Lahteine
2016-05-31 15:16:21 -07:00
parent 381bc6f0b0
commit 6277395e1e
4 changed files with 22 additions and 1 deletions

View File

@ -187,6 +187,7 @@ void Endstops::report_state() {
card.sdprinting = false;
card.closefile();
stepper.quick_stop();
set_current_position_from_planner();
thermalManager.disable_all_heaters(); // switch off all heaters.
}
#endif