Skip to content

Commit

Permalink
Add error code for iX on filament load timeout
Browse files Browse the repository at this point in the history
BFW-5935
  • Loading branch information
vojtanvk committed Oct 15, 2024
1 parent b8e9418 commit ae4e5c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1069,3 +1069,10 @@ Errors:
text: "Waiting for the user. Press \"Resume\" once the printer is ready."
id: "QUICK_PAUSE"
type: "CONNECT"

- code: "XX836"
printers: [iX]
title: "Loading Timeout"
text: "Filament loading timed out."
id: "FILAMENT_LOADING_TIMEOUT"
type: "CONNECT"

0 comments on commit ae4e5c6

Please sign in to comment.