Skip to content

Commit

Permalink
Add MCU_MAXTEMP_ERR (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasjakubik authored Nov 1, 2023
1 parent 95837d1 commit f37e3a7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 12_MINI/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ Errors:
text: "Check the heatbreak thermistor wiring for possible damage."
id: "HEATBREAK_MAXTEMP_ERR"
approved: true
- code: "12213"
title: "MCU MAXTEMP ERROR"
text: "MCU in %s is overheated."
id: "MCU_MAXTEMP_ERR"
approved: false
# XX250-XX257 reserved
- code: "12301"
title: "HOMING ERROR Z"
Expand Down
6 changes: 6 additions & 0 deletions 13_MK4/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ Errors:
id: "HEATBREAK_MAXTEMP_ERR"
approved: true

- code: "13213"
title: "MCU MAXTEMP ERROR"
text: "MCU in %s is overheated."
id: "MCU_MAXTEMP_ERR"
approved: false

# XX250-XX257 reserved

# ELECTRICAL xx3xx
Expand Down
5 changes: 5 additions & 0 deletions 16_iX/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Errors:
text: "Check the heatbreak thermistor wiring for possible damage."
id: "HEATBREAK_MAXTEMP_ERR"
approved: true
- code: "16213"
title: "MCU MAXTEMP ERROR"
text: "MCU in %s is overheated."
id: "MCU_MAXTEMP_ERR"
approved: false
- code: "16250"
title: "MODULAR BED ERROR"
text: "Heatbed tile no. %d:\nDamaged tile or wiring.\nFollow online guide to diagnose."
Expand Down
5 changes: 5 additions & 0 deletions 17_XL/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ Errors:
text: "Check the heatbreak thermistor wiring for possible damage."
id: "HEATBREAK_MAXTEMP_ERR"
approved: true
- code: "17213"
title: "MCU MAXTEMP ERROR"
text: "MCU in %s is overheated."
id: "MCU_MAXTEMP_ERR"
approved: false
- code: "17250"
title: "MODULAR BED ERROR"
text: "Heatbed tile no. %d:\nDamaged tile or wiring.\nFollow online guide to diagnose."
Expand Down

0 comments on commit f37e3a7

Please sign in to comment.