From 24ef6deeed2d870710bc5bc853216d68e72c956d Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Thu, 13 Dec 2018 16:43:40 +0100 Subject: [PATCH] typo fixed --- Firmware/mmu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/mmu.cpp b/Firmware/mmu.cpp index 914164856..948113821 100644 --- a/Firmware/mmu.cpp +++ b/Firmware/mmu.cpp @@ -1252,7 +1252,7 @@ void mmu_continue_loading() st_synchronize(); //set nozzle target temperature to 0 setAllTargetHotends(0); - lcd_show_fullscreen_message_and_wait_P(_i("MMU load failed, fix the issue and pres the knob.")); + lcd_show_fullscreen_message_and_wait_P(_i("MMU load failed, fix the issue and press the knob.")); mmu_fil_loaded = false; //so we can retry same T-code again restore_print_from_ram_and_continue(0); }