Fixed stop print LCD function on M104
This commit is contained in:
parent
1875ab3bd7
commit
86b4b805d2
3 changed files with 9 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ int absPreheatHotendTemp;
|
|||
int absPreheatHPBTemp;
|
||||
int absPreheatFanSpeed;
|
||||
|
||||
boolean forced_heating_stop = true ;
|
||||
|
||||
#ifdef ULTIPANEL
|
||||
static float manual_feedrate[] = MANUAL_FEEDRATE;
|
||||
|
|
@ -256,6 +257,8 @@ static void lcd_sdcard_stop()
|
|||
enquecommand_P(PSTR(SD_FINISHED_RELEASECOMMAND));
|
||||
}
|
||||
autotempShutdown();
|
||||
|
||||
forced_heating_stop = false;
|
||||
}
|
||||
|
||||
/* Menu implementation */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue