"run xyz cal first" message
This commit is contained in:
parent
dcb77e8c7e
commit
3bf47d7f83
@ -3549,7 +3549,7 @@ void process_commands()
|
|||||||
if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
|
if (calibration_status() >= CALIBRATION_STATUS_XYZ_CALIBRATION) {
|
||||||
//we need to know accurate position of first calibration point
|
//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
|
//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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user