Fix printer reset when changing filament during print over USB.
This commit is contained in:
parent
e9a8d03c65
commit
12b1769531
2 changed files with 1 additions and 1 deletions
|
@ -348,6 +348,7 @@ extern bool sortAlpha;
|
|||
|
||||
extern char dir_names[3][9];
|
||||
|
||||
extern int8_t lcd_change_fil_state;
|
||||
// save/restore printing
|
||||
extern bool saved_printing;
|
||||
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "mmu.h"
|
||||
|
||||
extern int lcd_change_fil_state;
|
||||
extern bool fans_check_enabled;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue