Skip to content

Commit

Permalink
Update BUDDY_XXX_MAX_TEMP texts
Browse files Browse the repository at this point in the history
Update BUDDY_XXX_MAX_TEMP texts per the product team request.

Remove BUDDY_XXX_MAX_TEMP_AMB error codes which turned out to be never used.

BFW-5741
  • Loading branch information
CZDanol committed Jul 8, 2024
1 parent 8fdb080 commit b06792d
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -983,21 +983,21 @@ Errors:

- code: "XX825"
title: ""
text: "MCU in Buddy is overheated. Any higher will result in fatal error."
text: "MCU in Buddy is overheated, likely due to exceeding the printer's operating temperature. Prevent overheating for optimal performance."
id: "BUDDY_MCU_MAX_TEMP"
type: "CONNECT"

- code: "XX826"
printers: [XL]
title: ""
text: "MCU in Dwarf is overheated. Any higher will result in fatal error."
text: "MCU in Dwarf is overheated, likely due to exceeding the printer's operating temperature. Prevent overheating for optimal performance."
id: "DWARF_MCU_MAX_TEMP"
type: "CONNECT"

- code: "XX827"
printers: [iX, XL]
title: ""
text: "MCU in Modular Bed is overheated. Any higher will result in fatal error."
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"

Expand Down Expand Up @@ -1054,23 +1054,3 @@ Errors:
text: "Waiting for the user. Press \"Resume\" once the printer is ready."
id: "QUICK_PAUSE"
type: "CONNECT"

- code: "XX836"
title: ""
text: "MCU in Buddy is overheated. Printer's operating temperature is max 38 °C. Prevent overheating for optimal performance."
id: "BUDDY_MCU_MAX_TEMP_AMB"
type: "CONNECT"

- code: "XX837"
title: ""
text: "MCU in Dwarf is overheated. Printer's operating temperature is max 38 °C. Prevent overheating for optimal performance."
id: "DWARF_MCU_MAX_TEMP_AMB"
type: "CONNECT"

- code: "XX838"
title: ""
text: "MCU in Modular Bed is overheated. Printer's operating temperature is max 38 °C. Prevent overheating for optimal performance."
id: "MOD_BED_MCU_MAX_TEMP_AMB"
type: "CONNECT"


0 comments on commit b06792d

Please sign in to comment.