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"