From b99b73c924817ddf43b47bf185064c8fe61bfc86 Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Tue, 31 Jul 2018 19:03:53 +0200 Subject: [PATCH] missing declaration --- Firmware/Marlin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Firmware/Marlin.h b/Firmware/Marlin.h index 07bb7513a..d8ccc92ec 100644 --- a/Firmware/Marlin.h +++ b/Firmware/Marlin.h @@ -354,6 +354,9 @@ extern char dir_names[3][9]; // save/restore printing extern bool saved_printing; +//save/restore printing in case that mmu is not responding +extern bool mmu_print_saved; + //estimated time to end of the print extern uint8_t print_percent_done_normal; extern uint16_t print_time_remaining_normal;