Fix printer reset when changing filament during print over USB.

This commit is contained in:
Marek Bel 2018-08-30 16:02:13 +02:00
parent e9a8d03c65
commit 12b1769531
2 changed files with 1 additions and 1 deletions

View file

@ -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;

View file

@ -35,7 +35,6 @@
#include "mmu.h"
extern int lcd_change_fil_state;
extern bool fans_check_enabled;