Skip to content

Commit 6aeade5

Browse files
committed
Add error codes for filament sensor troubleshooting
BFW-5545
1 parent ad21a4b commit 6aeade5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

yaml/buddy-error-codes.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,46 @@ Errors:
131131
gui_layout: "warning_dialog"
132132
approved: false
133133

134+
- code: "XX113"
135+
printers: [MK4, MK3.5, COREONE, XL, iX]
136+
title: "Fil. Sensor Troubleshooting" # Shortened because "Filament Sensor Troubleshooting" was causing a hash conflict
137+
text: "If the filament sensor is unresponsive, clean it from debris. Alternatively, you can disable it."
138+
id: "FILAMENT_SENSOR_STUCK_HELP"
139+
gui_layout: "warning_dialog"
140+
approved: false
141+
142+
- code: "XX113"
143+
printers: [MINI]
144+
title: "FS Troubleshooting"
145+
text: "If the filament sensor is unresponsive, clean it from debris. Alternatively, you can disable it."
146+
id: "FILAMENT_SENSOR_STUCK_HELP"
147+
gui_layout: "warning_dialog"
148+
approved: false
149+
150+
- code: "XX114"
151+
printers: [MK4, MK3.5, COREONE]
152+
title: "Fil. Sensor Troubleshooting" # Shortened because "Filament Sensor Troubleshooting" was causing a hash conflict
153+
text: "If the filament sensor is unresponsive, clean it from debris."
154+
id: "FILAMENT_SENSOR_STUCK_HELP_MMU"
155+
gui_layout: "warning_dialog"
156+
approved: false
157+
158+
- code: "XX115"
159+
printers: [MK4, MK3.5, COREONE, XL, iX]
160+
title: "Filament Sensors Disabled"
161+
text: "Filament sensors are disabled. Enable them manually after printing."
162+
id: "FILAMENT_SENSORS_DISABLED"
163+
gui_layout: "warning_dialog"
164+
approved: false
165+
166+
- code: "XX115"
167+
printers: [MINI]
168+
title: "FSensors Disabled"
169+
text: "Filament sensors are disabled. Enable them manually after printing."
170+
id: "FILAMENT_SENSORS_DISABLED"
171+
gui_layout: "warning_dialog"
172+
approved: false
173+
134174
# TEMPERATURE xx2xx
135175

136176
- code: "XX201"

0 commit comments

Comments
 (0)