Skip to content

Commit

Permalink
Add Connect warnings for further issues (#132)
Browse files Browse the repository at this point in the history
Part of migrating the `error` bit field in marlin server to generalized
FSM handling (which allows sending them to Connect).
  • Loading branch information
vorner authored Mar 5, 2024
1 parent b7a9cfd commit 2eda2d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -978,3 +978,15 @@ Errors:
text: ""
id: "ENCLOSURE_FILTER_EXPIRATION"
type: "CONNECT"
- code: "XX832"
printers: [iX, MK4, MK3.5, MINI, XL]
title: ""
text: ""
id: "PROBING_FAILED"
type: "CONNECT"
- code: "XX833"
printers: [iX, MK4, MK3.5, XL]
title: ""
text: ""
id: "NOZZLE_CLEANING_FAILED"
type: "CONNECT"

0 comments on commit 2eda2d9

Please sign in to comment.