Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,46 @@ Errors:
gui_layout: "warning_dialog"
approved: false

- code: "XX116"
title: "MAINTENANCE WARNING FAILS"
printers: [COREONE, MK4]
text: "Printer has detected multiple consecutive filament loading errors. We recommend checking Nextruder main-plate. Visit prusa.io/mmu-care"
action: [Continue]
id: "MAINTENANCE_WARNING_FAILS"
type: WARNING
gui_layout: "warning_dialog"
approved: false

- code: "XX116"
title: "MAINTENANCE WARNING FAILS"
printers: [MK3.5]
text: "Printer has detected multiple consecutive filament loading errors. We recommend checking the extruder. Visit prusa.io/mmu-care."
action: [Continue]
id: "MAINTENANCE_WARNING_FAILS"
type: WARNING
gui_layout: "warning_dialog"
approved: false

- code: "XX117"
title: "MAINTENANCE WARNING CHANGES"
printers: [COREONE, MK4]
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"
action: [Continue]
id: "MAINTENANCE_WARNING_CHANGES"
type: WARNING
gui_layout: "warning_dialog"
approved: false

- code: "XX117"
title: "MAINTENANCE WARNING CHANGES"
printers: [MK3.5]
text: "Maintenance Reminder. Filament changes have reached 30k. Inspect and clean the extruder. Visit prusa.io/mmu-care"
action: [Continue]
id: "MAINTENANCE_WARNING_CHANGES"
type: WARNING
gui_layout: "warning_dialog"
approved: false

# TEMPERATURE xx2xx

- code: "XX201"
Expand Down