Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MCU_MAXTEMP_ERR #112

Merged
merged 1 commit into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading