|
@@ -428,7 +428,7 @@ switch(oCheckModel)
|
|
|
{
|
|
|
case ClCheckModel::_Warn:
|
|
|
// lcd_show_fullscreen_message_and_wait_P(_i("Printer model differs from the G-code. Continue?"));
|
|
|
-lcd_display_message_fullscreen_P(_i("G-code sliced for a different printer type. Continue?"));
|
|
|
+lcd_display_message_fullscreen_P(_T(MSG_GCODE_DIFF_PRINTER_CONTINUE));
|
|
|
lcd_wait_for_click_delay(MSG_PRINT_CHECKING_FAILED_TIMEOUT);
|
|
|
//???custom_message_type=CUSTOM_MSG_TYPE_STATUS; // display / status-line recovery
|
|
|
lcd_update_enable(true); // display / status-line recovery
|
|
@@ -577,7 +577,7 @@ switch(oCheckModel)
|
|
|
{
|
|
|
case ClCheckModel::_Warn:
|
|
|
// lcd_show_fullscreen_message_and_wait_P(_i("Printer model differs from the G-code. Continue?"));
|
|
|
-lcd_display_message_fullscreen_P(_i("G-code sliced for a different printer type. Continue?"));
|
|
|
+lcd_display_message_fullscreen_P(_T(MSG_GCODE_DIFF_PRINTER_CONTINUE));
|
|
|
lcd_wait_for_click_delay(MSG_PRINT_CHECKING_FAILED_TIMEOUT);
|
|
|
//???custom_message_type=CUSTOM_MSG_TYPE_STATUS; // display / status-line recovery
|
|
|
lcd_update_enable(true); // display / status-line recovery
|