Skip to content

Commit af45dc8

Browse files
committed
Add INDX errors
BFW-7892
1 parent 4f29ea5 commit af45dc8

File tree

2 files changed

+101
-99
lines changed

2 files changed

+101
-99
lines changed

prusaerrors/shared/codes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ class Printer(IntEnum):
3737
MK35S = 0x001C
3838
M1 = 0x001D
3939
COREONE = 0x001F
40+
COREONE_INDX = 0x0024
4041
COREONEL = 0x0023
42+
COREONEL_INDX = 0x0025
4143

4244

4345
@unique

0 commit comments

Comments
 (0)