From ef1547f27f5cc50d4b748bc42f6909e75990dbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danol=20=28Daniel=20=C4=8Cejchan=29?= Date: Mon, 27 May 2024 12:27:19 +0200 Subject: [PATCH] Add missing XX615 error --- yaml/buddy-error-codes.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yaml/buddy-error-codes.yaml b/yaml/buddy-error-codes.yaml index 488e395..28f0b03 100644 --- a/yaml/buddy-error-codes.yaml +++ b/yaml/buddy-error-codes.yaml @@ -780,6 +780,12 @@ Errors: id: "UNSUPPORTED_BBF_VERSION" approved: true + - code: "XX615" + title: "EXTRUDER NOT DETECTED" + text: "Unable to verify the extruder type, check the wiring and connectors." + id: "BT_EXTRUDER_NOT_DETECTED" + approved: true + - code: "XX701" printers: [MK4] title: "Firmware Update Required"