Skip to content

Commit 44e6298

Browse files
committed
Update esp3d_gcode_parser_service.cpp
1 parent ade6ee8 commit 44e6298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/target/3dprinter/marlin/esp3d_gcode_parser_service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ ESP3DDataType ESP3DGCodeParserService::getType(const char* data) {
410410
// is it ack ?
411411
if (((ptr[0] == 'o' && ptr[1] == 'k') &&
412412
(ptr[2] == '\n' || ptr[2] == '\r' || ptr[2] == ' ' || ptr[2] == 0x0)) || strstr(ptr, "ok") != nullptr) {
413-
esp3d_log_d("Ack found in %s", ptr);
413+
esp3d_log("Ack found in %s", ptr);
414414
return ESP3DDataType::ack;
415415
}
416416

0 commit comments

Comments
 (0)