Show filament width sensor values in LCD constantly if SD card support is not enabled.

This commit is contained in:
Remo Kallio
2016-12-27 22:38:36 +02:00
committed by Scott Lahteine
parent d8724bb546
commit d38b1bc4b1
5 changed files with 45 additions and 18 deletions

View File

@ -224,6 +224,10 @@
#define LCD_STR_SPECIAL_MAX '\x09'
// Maximum here is 0x1f because 0x20 is ' ' (space) and the normal charsets begin.
// Better stay below 0x10 because DISPLAY_CHARSET_HD44780_WESTERN begins here.
// Symbol characters
#define LCD_STR_FILAM_DIA "\xf8"
#define LCD_STR_FILAM_MUL "\xa4"
#else
/* Custom characters defined in the first 8 characters of the LCD */
#define LCD_STR_BEDTEMP "\x00" // Print only as a char. This will have 'unexpected' results when used in a string!