Skip to content

Commit

Permalink
Change heater timout to 10 mins for iX
Browse files Browse the repository at this point in the history
BFW-6196
  • Loading branch information
vojtanvk committed Dec 9, 2024
1 parent 28d02f9 commit 004f709
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,14 @@ Errors:
type: "CONNECT"

- code: "XX817"
printers: [iX]
title: "Warning"
text: "Heating disabled due to 10 minutes of inactivity."
id: "HEATERS_TIMEOUT"
type: "CONNECT"

- code: "XX817"
printers: [MINI, MK3.5, MK4, XL, COREONE]
title: "Warning"
text: "Heating disabled due to 30 minutes of inactivity."
id: "HEATERS_TIMEOUT"
Expand All @@ -984,6 +992,14 @@ Errors:
type: "CONNECT"

- code: "XX819"
printers: [iX]
title: "Warning"
text: "Heating disabled due to 10 minutes of inactivity."
id: "NOZZLE_TIMEOUT"
type: "CONNECT"

- code: "XX819"
printers: [MINI, MK3.5, MK4, XL, COREONE]
title: "Warning"
text: "Heating disabled due to 30 minutes of inactivity."
id: "NOZZLE_TIMEOUT"
Expand Down

0 comments on commit 004f709

Please sign in to comment.