Ensure proper SD print completion (#16967)
This commit is contained in:
@ -403,7 +403,7 @@ void Endstops::event_handler() {
|
||||
|
||||
#if BOTH(SD_ABORT_ON_ENDSTOP_HIT, SDSUPPORT)
|
||||
if (planner.abort_on_endstop_hit) {
|
||||
card.stopSDPrint();
|
||||
card.endFilePrint();
|
||||
quickstop_stepper();
|
||||
thermalManager.disable_all_heaters();
|
||||
print_job_timer.stop();
|
||||
|
Reference in New Issue
Block a user