Skip to content

Commit

Permalink
connect: More generic runout text
Browse files Browse the repository at this point in the history
Since the printer can't distinguished why it wants a new filament (at
the point when this is reported), we make the text more general (it
could be because the print instructions contain a gcode to change it, it
could be stuck, ...)

BFW-6043.
  • Loading branch information
vorner committed Oct 11, 2024
1 parent e1d7592 commit 64b14ec
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1005,16 +1005,20 @@ Errors:
text: "MCU in Modular Bed is overheated, likely due to exceeding the printer's operating temperature. Prevent overheating for optimal performance."
id: "MOD_BED_MCU_MAX_TEMP"
type: "CONNECT"

- code: "XX828"
title: "Warning"
text: "Hotend fan not spinning. Check it for possible debris, then inspect the wiring."
id: "HOTEND_FAN_ERROR"
type: "CONNECT"

- code: "XX829"
title: "Filament runout"
text: "Filament runout during print, please insert new one."
# Unfortunately, the printer doesn't know if it is out of filament because
# it just run out of it, or because it was unloaded in case of a stuck
# filament or for some other reason. So, the message needs to be slightly
# generic and simply ask for the filament to be inserted.
title: "Replace filament"
text: "Please replace filament."
id: "FILAMENT_RUNOUT"
type: "CONNECT"

Expand Down

0 comments on commit 64b14ec

Please sign in to comment.