From f4e612c4cf29b401429277a2b68543043b2cc343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danol=20=28Daniel=20=C4=8Cejchan=29?= Date: Mon, 1 Jul 2024 16:49:22 +0200 Subject: [PATCH] Add gcode cropped error code BFW-5653 --- 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 5f538be..be3a962 100644 --- a/yaml/buddy-error-codes.yaml +++ b/yaml/buddy-error-codes.yaml @@ -690,6 +690,12 @@ Errors: text: "Gcode on the USB drive is corrupt. Fix manually before resuming." id: "GCODE_CORRUPTION" + - code: "XX535" + title: "Gcode Cropped" + text: "G-code command was too long and did not fit in the internal buffers. As a result, it might have beet not executed correctly." + id: "GCODE_CROPPED" + approved: false + - code: "XX601" title: "" text: "This error code is not found\nin our database.\nContact the support."