V4.4.18 update

This commit is contained in:
CChen616
2024-04-09 15:18:07 +08:00
parent d627567d0f
commit 474b134e40
15 changed files with 416 additions and 194 deletions

View File

@@ -177,6 +177,8 @@ void parse_gcode_response(nlohmann::json params) {
}
} else if (params0 == "!! Insufficient disk space, unable to read the file.") {
jump_to_memory_warning = true;
} else if (params0.find("!! Printer is not ready") != -1) {
// CLL 不做处理
} else if (params0.substr(0, 2) == "!!") {
error_message = params0;
detect_error();