From e73b0a88d5c02c74f1fb86157541848a4906fea9 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Thu, 5 Sep 2019 22:35:01 +0200 Subject: [PATCH] Use same format for all instances where "ok" is send to serial line. --- 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 a034f94ea..447cc0825 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -10207,7 +10207,7 @@ void restore_print_from_ram_and_continue(float e_move) else { //not sd printing nor usb printing } - printf_P(PSTR("ok\n")); //dummy response because of octoprint is waiting for this + SERIAL_PROTOCOLLNRPGM(MSG_OK); //dummy response because of octoprint is waiting for this lcd_setstatuspgm(_T(WELCOME_MSG)); saved_printing = false; }