Fix LIGHTWEIGHT_UI with UBL
See https://github.com/MarlinFirmware/Marlin/issues/10317#issuecomment-379100702
This commit is contained in:
@ -300,12 +300,6 @@ static void lcd_implementation_status_screen() {
|
||||
// XYZ Coordinates
|
||||
//
|
||||
|
||||
#if ENABLED(USE_SMALL_INFOFONT)
|
||||
#define INFO_FONT_HEIGHT 7
|
||||
#else
|
||||
#define INFO_FONT_HEIGHT 8
|
||||
#endif
|
||||
|
||||
#define XYZ_BASELINE (30 + INFO_FONT_HEIGHT)
|
||||
|
||||
#define X_LABEL_POS 3
|
||||
|
Reference in New Issue
Block a user