Some cleanups for ubl lcd mesh map

This commit is contained in:
Scott Lahteine
2017-07-01 18:34:52 -05:00
parent f17bae1f70
commit abd6ba62b4
3 changed files with 17 additions and 26 deletions

View File

@@ -273,6 +273,12 @@
#define LCD_FEEDRATE_CHAR 0x06
#define LCD_CLOCK_CHAR 0x07
#define LCD_STR_ARROW_RIGHT ">" /* from the default character set */
#if ENABLED(AUTO_BED_LEVELING_UBL)
#define LCD_UBL_BOXTOP_CHAR 0x01
#define LCD_UBL_BOXBOT_CHAR 0x02
#endif
#endif
/**