From 3bf47d7f835f151e84f2415939e518dffbe5092e Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Wed, 30 May 2018 15:29:59 +0200 Subject: [PATCH] "run xyz cal first" message --- Firmware/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 779c543b..0c3265be 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -3549,7 +3549,7 @@ void process_commands() if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) { //we need to know accurate position of first calibration point //if xyz calibration was not performed yet, interrupt temperature calibration and inform user that xyz cal. is needed - //lcd_show_fullscreen_message_and_wait_P(); //add message here + lcd_show_fullscreen_message_and_wait_P(_i("Please run XYZ calibration first.")); break; }