From b0554146fd26657c9c20af5e2c42ca27af6f5145 Mon Sep 17 00:00:00 2001 From: dlgoodr Date: Thu, 9 Jan 2025 21:10:43 -0600 Subject: [PATCH] Add event 012FF800 (#829) Fires during filament loading on A1 --- custom_components/bambu_lab/pybambu/const_print_errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/bambu_lab/pybambu/const_print_errors.py b/custom_components/bambu_lab/pybambu/const_print_errors.py index 8d35110..4839136 100644 --- a/custom_components/bambu_lab/pybambu/const_print_errors.py +++ b/custom_components/bambu_lab/pybambu/const_print_errors.py @@ -1,4 +1,5 @@ PRINT_ERROR_ERRORS = { + "012FF800": "Check nozzle. Click “Done” if filament was extruded.", "03004000": "Printing stopped because homing Z axis failed.", "03004001": "The printer timed out waiting for the nozzle to cool down before homing.", "03004002": "Printing Stopped because Auto Bed Leveling failed.",