From 9a95bbb9ba37766a89e9734ff39a20bd89cc6acb Mon Sep 17 00:00:00 2001 From: davidkerny <39993313+davidkerny@users.noreply.github.com> Date: Wed, 31 May 2023 15:23:33 +0200 Subject: [PATCH 1/2] Add FILAMENT CHANGE screen M600 Filament change / Filament runout screen for Multi-Material operation. --- 04_MMU/error-codes.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/04_MMU/error-codes.yaml b/04_MMU/error-codes.yaml index 812a429..b668db5 100644 --- a/04_MMU/error-codes.yaml +++ b/04_MMU/error-codes.yaml @@ -352,6 +352,13 @@ Errors: action: [Continue] id: "FILAMENT_EJECTED" approved: true + +- code: "04508" + title: "FILAMENT CHANGE" + text: "M600 Filament Change. Load a new filament or eject the old one." + action: [Eject,Load] + id: "FILAMENT_CHANGE" + approved: true # Only as a fallback when we'd fail to detect which exact error happened, if # this ever gets triggered, a specific error should be added for the case From 51075eb3772027cb810c98bdd1048d736362973d Mon Sep 17 00:00:00 2001 From: davidkerny <39993313+davidkerny@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:41:37 +0200 Subject: [PATCH 2/2] Add Service button to Load to Extr. Failed err. Add SERVICE button to Load to Extr. Failed err. --- 04_MMU/error-codes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_MMU/error-codes.yaml b/04_MMU/error-codes.yaml index b668db5..9dd54bc 100644 --- a/04_MMU/error-codes.yaml +++ b/04_MMU/error-codes.yaml @@ -78,7 +78,7 @@ Errors: text: "Loading to extruder failed. Inspect the filament tip shape. Refine the sensor calibration, if needed." # Please note this is not an MMU error and therefore it behaves a bit differently. # It must NOT contain a Retry button, otherwise unlimited retries will be executed. - action: [Continue] + action: [Continue, Service] id: "LOAD_TO_EXTRUDER_FAILED" approved: false