From 2eda2d9f8cfbb003d23665d89b7c90979a3221e1 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Tue, 5 Mar 2024 11:05:40 +0100 Subject: [PATCH] Add Connect warnings for further issues (#132) Part of migrating the `error` bit field in marlin server to generalized FSM handling (which allows sending them to Connect). --- yaml/buddy-error-codes.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/yaml/buddy-error-codes.yaml b/yaml/buddy-error-codes.yaml index 699009d..b0f3f57 100644 --- a/yaml/buddy-error-codes.yaml +++ b/yaml/buddy-error-codes.yaml @@ -978,3 +978,15 @@ Errors: text: "" id: "ENCLOSURE_FILTER_EXPIRATION" type: "CONNECT" + - code: "XX832" + printers: [iX, MK4, MK3.5, MINI, XL] + title: "" + text: "" + id: "PROBING_FAILED" + type: "CONNECT" + - code: "XX833" + printers: [iX, MK4, MK3.5, XL] + title: "" + text: "" + id: "NOZZLE_CLEANING_FAILED" + type: "CONNECT"