Skip to content

Commit 46c662f

Browse files
committed
Add CEILING_CLEARANCE_VIOLATION error code
BFW-6582
1 parent 5ef5a9d commit 46c662f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

yaml/buddy-error-codes.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ Errors:
108108
id: "UNEVEN_BED_ALIGN_PROMPT"
109109
approved: false
110110

111+
- code: "XX112"
112+
printers: [COREONE]
113+
title: "CEILING CLEARANCE VIOLATION"
114+
text: "The printer queued a move that may crash the model into the ceiling."
115+
action: []
116+
id: "CEILING_CLEARANCE_VIOLATION"
117+
approved: false
118+
111119
# TEMPERATURE xx2xx
112120

113121
- code: "XX201"

0 commit comments

Comments
 (0)