Skip to content

Commit d4a0aa9

Browse files
committed
Generalize MK4 DIFFERENT_FW_REQUIRED, it can be triggered on MK3.5 & CORE ONE firmwares now
BFW-6863
1 parent 07fbbe7 commit d4a0aa9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

yaml/buddy-error-codes.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,11 +1081,18 @@ Errors:
10811081
approved: true
10821082

10831083
- code: "XX701"
1084-
printers: [MK4, COREONE]
1084+
printers: [COREONE]
10851085
title: "Firmware Update Required"
1086-
text: "Insert the bundled USB drive, restart the printer and click the knob once during the boot. This will install the MK3.5 firmware."
1086+
text: "Insert the bundled USB drive, restart the printer and click the knob once during the boot. This will install the MK4 firmware."
10871087
id: "DIFFERENT_FW_REQUIRED"
1088-
approved: true
1088+
approved: false
1089+
1090+
- code: "XX701"
1091+
printers: [MK4]
1092+
title: "Firmware Update Required"
1093+
text: "Insert the bundled USB drive, restart the printer and click the knob once during the boot. This will install the correct firmware for your hardware."
1094+
id: "DIFFERENT_FW_REQUIRED"
1095+
approved: false
10891096

10901097
- code: "XX701"
10911098
printers: [MK3.5]

0 commit comments

Comments
 (0)