Skip to content

Commit

Permalink
Add XX601 and XX609 errors to yamls
Browse files Browse the repository at this point in the history
XX601 is a fallback error (unknown error code)
XX609 is currently unused error about HW and FW versions not matching
  • Loading branch information
michalrudolf committed Oct 26, 2023
1 parent ffe5f4c commit 95837d1
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 12_MINI/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down
12 changes: 12 additions & 0 deletions 13_MK4/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down
10 changes: 10 additions & 0 deletions 16_iX/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down
10 changes: 10 additions & 0 deletions 17_XL/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down
10 changes: 10 additions & 0 deletions 20_MK3.5/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 95837d1

Please sign in to comment.