From 95837d125fd5bbc1ab98b628b21a6f0c809f6bdb Mon Sep 17 00:00:00 2001 From: Michal Rudolf Date: Thu, 26 Oct 2023 15:30:43 +0200 Subject: [PATCH] Add XX601 and XX609 errors to yamls XX601 is a fallback error (unknown error code) XX609 is currently unused error about HW and FW versions not matching --- 12_MINI/error-codes.yaml | 10 ++++++++++ 13_MK4/error-codes.yaml | 12 ++++++++++++ 16_iX/error-codes.yaml | 10 ++++++++++ 17_XL/error-codes.yaml | 10 ++++++++++ 20_MK3.5/error-codes.yaml | 10 ++++++++++ 5 files changed, 52 insertions(+) diff --git a/12_MINI/error-codes.yaml b/12_MINI/error-codes.yaml index e24041e..a7eb499 100644 --- a/12_MINI/error-codes.yaml +++ b/12_MINI/error-codes.yaml @@ -215,6 +215,11 @@ Errors: text: "ESP doesn't seem to be connected." id: "ESP_NOT_CONNECTED" approved: false +- code: "12601" + title: "" + text: "This error code\nis not found in\nour database.\nContact the support." + id: "UNKNOWN_ERROR_CODE" + approved: true - code: "12602" title: "" text: "USB drive not\nconnected! Please\ninsert a USB drive\nwith a valid\nfirmware file." @@ -250,6 +255,11 @@ Errors: text: "Firmware in the\ninternal flash\ncorrupted! Please\nreflash the\nfirmware." id: "FW_IN_INTERNAL_FLASH_CORRUPTED" approved: true +- code: "12609" + title: "" + text: "Firmware and hardware\nversions do not\nmatch. Make sure\nyou have the right\nfirmware file for\nyour printer." + id: "HW_VERSION_ERR" + approved: true - code: "12610" title: "" text: "Firmware/printer\ntypes do not match.\nMake sure you have\nthe right firmware\nfile for your\nprinter model." diff --git a/13_MK4/error-codes.yaml b/13_MK4/error-codes.yaml index 9847f18..4dbbfbb 100644 --- a/13_MK4/error-codes.yaml +++ b/13_MK4/error-codes.yaml @@ -323,6 +323,12 @@ Errors: id: "ESP_NOT_CONNECTED" approved: false +- code: "13601" + title: "" + text: "This error code is not found\nin our database.\nContact the support." + id: "UNKNOWN_ERROR_CODE" + approved: true + - code: "13602" title: "" text: "USB drive not\nconnected! Please\ninsert a USB drive\nwith a valid\nfirmware file." @@ -364,6 +370,12 @@ Errors: id: "FW_IN_INTERNAL_FLASH_CORRUPTED" approved: true +- code: "13609" + title: "" + text: "Firmware and hardware versions do\nnot match. Make sure you have\nthe right firmware file for\nyour printer." + id: "HW_VERSION_ERR" + approved: true + - code: "13610" title: "" text: "Firmware/printer\ntypes do not match.\nMake sure you have\nthe right firmware\nfile for your\nprinter model." diff --git a/16_iX/error-codes.yaml b/16_iX/error-codes.yaml index ef295f0..56b6fff 100644 --- a/16_iX/error-codes.yaml +++ b/16_iX/error-codes.yaml @@ -384,6 +384,11 @@ Errors: title: "ESP NOT CONNECTED" text: "ESP doesn't seem to be connected." id: "ESP_NOT_CONNECTED" +- code: "16601" + title: "" + text: "This error code is not found\nin our database.\nContact the support." + id: "UNKNOWN_ERROR_CODE" + approved: true - code: "16602" title: "" text: "USB drive not\nconnected! Please\ninsert a USB drive\nwith a valid\nfirmware file." @@ -419,6 +424,11 @@ Errors: text: "Firmware in the\ninternal flash\ncorrupted! Please\nreflash the\nfirmware." id: "FW_IN_INTERNAL_FLASH_CORRUPTED" approved: true +- code: "16609" + title: "" + text: "Firmware and hardware versions do\nnot match. Make sure you have\nthe right firmware file for\nyour printer." + id: "HW_VERSION_ERR" + approved: true - code: "16610" title: "" text: "Firmware/printer\ntypes do not match.\nMake sure you have\nthe right firmware\nfile for your\nprinter model." diff --git a/17_XL/error-codes.yaml b/17_XL/error-codes.yaml index 335e096..0333f02 100644 --- a/17_XL/error-codes.yaml +++ b/17_XL/error-codes.yaml @@ -395,6 +395,11 @@ Errors: text: "ESP doesn't seem to be connected." id: "ESP_NOT_CONNECTED" approved: false +- code: "17601" + title: "" + text: "This error code is not found\nin our database.\nContact the support." + id: "UNKNOWN_ERROR_CODE" + approved: true - code: "17602" title: "USB FLASH DRIVE NOT CONNECTED" text: "USB drive not connected! \nPlease insert a USB drive with a valid firmware file." @@ -430,6 +435,11 @@ Errors: text: "Firmware in the\ninternal flash\ncorrupted! Please\nreflash the\nfirmware." id: "FW_IN_INTERNAL_FLASH_CORRUPTED" approved: true +- code: "17609" + title: "" + text: "Firmware and hardware versions do\nnot match. Make sure you have\nthe right firmware file for\nyour printer." + id: "HW_VERSION_ERR" + approved: true - code: "17610" title: "UNSUPPORTED PRINTER MODEL" text: "Firmware/printer\ntypes do not match.\nMake sure you have\nthe right firmware\nfile for your\nprinter model." diff --git a/20_MK3.5/error-codes.yaml b/20_MK3.5/error-codes.yaml index 3264ace..76bcc60 100644 --- a/20_MK3.5/error-codes.yaml +++ b/20_MK3.5/error-codes.yaml @@ -254,6 +254,11 @@ Errors: text: "ESP doesn't seem to be connected." id: "ESP_NOT_CONNECTED" approved: false +- code: "20601" + title: "" + text: "This error code is not found\nin our database.\nContact the support." + id: "UNKNOWN_ERROR_CODE" + approved: true - code: "20602" title: "" text: "USB drive not\nconnected! Please\ninsert a USB drive\nwith a valid\nfirmware file." @@ -289,6 +294,11 @@ Errors: text: "Firmware in the\ninternal flash\ncorrupted! Please\nreflash the\nfirmware." id: "FW_IN_INTERNAL_FLASH_CORRUPTED" approved: true +- code: "20609" + title: "" + text: "Firmware and hardware versions do\nnot match. Make sure you have\nthe right firmware file for\nyour printer." + id: "HW_VERSION_ERR" + approved: true - code: "20610" title: "" text: "Firmware/printer\ntypes do not match.\nMake sure you have\nthe right firmware\nfile for your\nprinter model."