From 40297b4be5d831cdb5748757aa196954ae9da9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danol=20=28Daniel=20=C4=8Cejchan=29?= Date: Tue, 22 Oct 2024 13:55:33 +0200 Subject: [PATCH] Add steel sheet not detected BFW-6209 --- yaml/buddy-error-codes.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/yaml/buddy-error-codes.yaml b/yaml/buddy-error-codes.yaml index 26638ef..456a2f0 100644 --- a/yaml/buddy-error-codes.yaml +++ b/yaml/buddy-error-codes.yaml @@ -84,6 +84,14 @@ Errors: id: "STUCK_FILAMENT_DETECTED" approved: true + - code: "XX109" + printers: [iX] + title: "STEEL SHEEL NOT DETECTED" + text: "Steel sheet was not deceted on the printer. Please put the sheet on to prevent printer damage." + action: [Retry, Skip] + id: "STEEL_SHEET_NOT_DETECTED" + approved: false + # TEMPERATURE xx2xx - code: "XX201" @@ -1075,4 +1083,4 @@ Errors: title: "Loading Timeout" text: "Filament loading timed out." id: "FILAMENT_LOADING_TIMEOUT" - type: "CONNECT" \ No newline at end of file + type: "CONNECT"