Merge pull request #1092 from mkbel/fix_fil_change_reset

Fix printer reset when changing filament during print over USB.
This commit is contained in:
PavelSindler 2018-08-30 16:53:01 +02:00 committed by GitHub
commit c24f673399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;