Too long Printer names
Closed this issue · 1 comments
3d-gussner commented
After manually check (#9) I found an issue:
You changed
#define CUSTOM_MENDEL_NAME "Prusa i3 MK2.5S"
to
#define CUSTOM_MENDEL_NAME "Bondtech-MM MK2.5S-HT"
Issue is that the LCD Display just can display 20 characters and and Prusa Firmware welcomes you with "Prusa i3 MK2.5S OK." (see Line 106: const char WELCOME_MSG[] PROGMEM_I1 = ISTR(CUSTOM_MENDEL_NAME " OK."); ////c=20
in messages.c
)
So you should have max. 16 chars for the CUSTOM_MENDEL_NAME
otherwise you get strange results on the LCD.
Didn't check other but I assume that there might be some more.
3d-gussner commented
@lejo1512 did you change this? If please close this issue.