canceling print after crash detection sets saved_priting flag to false

This commit is contained in:
PavelSindler 2018-10-28 11:06:10 +01:00
parent 6a82af487e
commit f445b6018e
1 changed files with 1 additions and 0 deletions

View File

@ -619,6 +619,7 @@ void crashdet_recover()
void crashdet_cancel()
{
saved_printing = false;
tmc2130_sg_stop_on_crash = true;
if (saved_printing_type == PRINTING_TYPE_SD) {
lcd_print_stop();