Skip to content

Commit b7ba1b4

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

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
@@ -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+
type: WARNING
181+
gui_layout: "warning_dialog"
182+
approved: false
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+
type: WARNING
191+
gui_layout: "warning_dialog"
192+
approved: false
193+
194+
- code: "XX117"
195+
title: "MAINTENANCE WARNING CHANGES"
196+
printers: [COREONE, MK4]
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+
type: WARNING
201+
gui_layout: "warning_dialog"
202+
approved: false
203+
204+
- code: "XX117"
205+
title: "MAINTENANCE WARNING CHANGES"
206+
printers: [MK3.5]
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+
type: WARNING
211+
gui_layout: "warning_dialog"
212+
approved: false
213+
174214
# TEMPERATURE xx2xx
175215

176216
- code: "XX201"

0 commit comments

Comments
 (0)