You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yaml/buddy-error-codes.yaml
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1081,11 +1081,18 @@ Errors:
1081
1081
approved: true
1082
1082
1083
1083
- code: "XX701"
1084
-
printers: [MK4, COREONE]
1084
+
printers: [COREONE]
1085
1085
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."
1087
1087
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."
0 commit comments