From d7f66205f7510080c3039fcacb758883a4d12210 Mon Sep 17 00:00:00 2001 From: Vojta Date: Tue, 29 Oct 2024 14:59:41 +0100 Subject: [PATCH] Add XL to printers that have "loading tube" ... and can therefore timeout during loading assistance --- yaml/buddy-error-codes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/buddy-error-codes.yaml b/yaml/buddy-error-codes.yaml index e0a6f47..c70ab0e 100644 --- a/yaml/buddy-error-codes.yaml +++ b/yaml/buddy-error-codes.yaml @@ -1079,7 +1079,7 @@ Errors: type: "CONNECT" - code: "XX836" - printers: [iX] + printers: [iX, XL] title: "Loading Timeout" text: "Filament loading timed out." id: "FILAMENT_LOADING_TIMEOUT"