Skip to content

Commit c339f0d

Browse files
D05Sdanopernis
authored andcommitted
Aproved new error codes
1 parent d4a0aa9 commit c339f0d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yaml/buddy-error-codes.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,44 +172,44 @@ Errors:
172172
approved: true
173173

174174
- code: "XX116"
175-
title: "MAINTENANCE WARNING FAILS"
175+
title: "MAINTENANCE FAILURE WARNING"
176176
printers: [COREONE, MK4]
177177
text: "Printer has detected multiple consecutive filament loading errors. We recommend checking Nextruder main-plate. Visit prusa.io/mmu-care"
178178
action: [Continue]
179179
id: "MAINTENANCE_WARNING_FAILS"
180180
type: WARNING
181181
gui_layout: "warning_dialog"
182-
approved: false
182+
approved: true
183183

184184
- code: "XX116"
185-
title: "MAINTENANCE WARNING FAILS"
185+
title: "MAINTENANCE FAILURE WARNING"
186186
printers: [MK3.5]
187187
text: "Printer has detected multiple consecutive filament loading errors. We recommend checking the extruder. Visit prusa.io/mmu-care."
188188
action: [Continue]
189189
id: "MAINTENANCE_WARNING_FAILS"
190190
type: WARNING
191191
gui_layout: "warning_dialog"
192-
approved: false
192+
approved: true
193193

194194
- code: "XX117"
195-
title: "MAINTENANCE WARNING CHANGES"
195+
title: "MAINTENANCE WARNING"
196196
printers: [COREONE, MK4]
197197
text: "Maintenance Reminder. Filament changes have reached main-plate lifespan. Inspect the part and ensure you have a spare plate available. Visit prusa.io/mmu-care"
198198
action: [Continue]
199199
id: "MAINTENANCE_WARNING_CHANGES"
200200
type: WARNING
201201
gui_layout: "warning_dialog"
202-
approved: false
202+
approved: true
203203

204204
- code: "XX117"
205-
title: "MAINTENANCE WARNING CHANGES"
205+
title: "MAINTENANCE WARNING"
206206
printers: [MK3.5]
207207
text: "Maintenance Reminder. Filament changes have reached 30k. Inspect and clean the extruder. Visit prusa.io/mmu-care"
208208
action: [Continue]
209209
id: "MAINTENANCE_WARNING_CHANGES"
210210
type: WARNING
211211
gui_layout: "warning_dialog"
212-
approved: false
212+
approved: true
213213

214214
# TEMPERATURE xx2xx
215215

@@ -454,15 +454,15 @@ Errors:
454454
text: "Chamber temperature above safety limit. Ensure better ventilation."
455455
id: "CHAMBER_OVERHEATING_TEMP"
456456
gui_layout: "warning_dialog"
457-
approved: false
457+
approved: true
458458

459459
- code: "XX261"
460460
printers: [COREONE, XL]
461461
title: "Chamber Temperature Is Critical"
462462
text: "Chamber temperature critical. Aborting print to prevent printer damage."
463463
id: "CHAMBER_CRITICAL_TEMP"
464464
gui_layout: "warning_dialog"
465-
approved: false
465+
approved: true
466466

467467
# ELECTRICAL xx3xx
468468

@@ -704,7 +704,7 @@ Errors:
704704
title: "..."
705705
text: "..."
706706
id: "NEW_WIFI_CREDENTIALS"
707-
approved: false
707+
approved: true
708708
deprecated: true
709709

710710
- code: "XX403"
@@ -735,7 +735,7 @@ Errors:
735735
title: "DWARF ERROR"
736736
text: "Dwarf board %d fault: %s"
737737
id: "DWARF_MARLIN_ERR"
738-
approved: false
738+
approved: true
739739
deprecated: true
740740

741741
- code: "XX504"
@@ -965,7 +965,7 @@ Errors:
965965
text: "Gcode on the USB drive is corrupt. Fix manually before resuming."
966966
id: "GCODE_CORRUPTION"
967967
gui_layout: "warning_dialog"
968-
approved: false
968+
approved: true
969969

970970
- code: "XX535"
971971
title: "Gcode Cropped"

0 commit comments

Comments
 (0)