Skip to content

Commit 67b4958

Browse files
committed
Add MMU changes warning
BFW-5221
1 parent ae04407 commit 67b4958

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

yaml/buddy-error-codes.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,46 @@ Errors:
171171
gui_layout: "warning_dialog"
172172
approved: false
173173

174+
- code: "XX116"
175+
title: "MAINTENANCE WARNING FAILS"
176+
printers: [COREONE, MK4]
177+
text: "Printer has detected multiple consecutive filament loading errors. We recommend checking Nextruder main-plate. Visit prusa.io/mmu-care"
178+
action: [Continue]
179+
id: "MAINTENANCE_WARNING_FAILS"
180+
approved: false
181+
type: WARNING
182+
gui_layout: "warning_dialog"
183+
184+
- code: "XX116"
185+
title: "MAINTENANCE WARNING FAILS"
186+
printers: [MK3.5]
187+
text: "Printer has detected multiple consecutive filament loading errors. We recommend checking the extruder. Visit prusa.io/mmu-care."
188+
action: [Continue]
189+
id: "MAINTENANCE_WARNING_FAILS"
190+
approved: false
191+
type: WARNING
192+
gui_layout: "warning_dialog"
193+
194+
- code: "XXX117"
195+
printers: [COREONE, MK4]
196+
title: "MAINTENANCE WARNING CHANGES"
197+
text: "Maintenance Reminder. Filament changes have reached main-plate lifespan. Inspect the part and ensure you have a spare plate available. Visit prusa.io/mmu-care"
198+
action: [Continue]
199+
id: "MAINTENANCE_WARNING_CHANGES"
200+
approved: false
201+
type: WARNING
202+
gui_layout: "warning_dialog"
203+
204+
- code: "XXX117"
205+
printers: [MK3.5]
206+
title: "MAINTENANCE WARNING CHANGES"
207+
text: "Maintenance Reminder. Filament changes have reached 30k. Inspect and clean the extruder. Visit prusa.io/mmu-care"
208+
action: [Continue]
209+
id: "MAINTENANCE_WARNING_CHANGES"
210+
approved: false
211+
type: WARNING
212+
gui_layout: "warning_dialog"
213+
174214
# TEMPERATURE xx2xx
175215

176216
- code: "XX201"

0 commit comments

Comments
 (0)