Skip to content

Commit 77873a5

Browse files
committed
Add chamber vents warnings
BFW-6728
1 parent 5759f24 commit 77873a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

yaml/buddy-error-codes.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -1274,3 +1274,19 @@ Errors:
12741274
id: "FILAMENT_LOADING_TIMEOUT"
12751275
type: "CONNECT"
12761276
gui_layout: "warning_dialog"
1277+
1278+
- code: "XX837"
1279+
printers: [COREONE]
1280+
title: "Open Chamber Ventilation"
1281+
text: "Ensure the top ventilation grille is open for proper airflow."
1282+
id: "OPEN_CHAMBER_VENTS"
1283+
type: "CONNECT"
1284+
gui_layout: "warning_dialog"
1285+
1286+
- code: "XX838"
1287+
printers: [COREONE]
1288+
title: "Close Chamber Ventilation"
1289+
text: "Ensure the top ventilation grille is closed for optimal chamber temperature."
1290+
id: "CLOSE_CHAMBER_VENTS"
1291+
type: "CONNECT"
1292+
gui_layout: "warning_dialog"

0 commit comments

Comments
 (0)