This commit is contained in:
Scott Lahteine 2018-11-02 01:32:13 -05:00
parent 3eb9838dca
commit 2fb2e286ee

View File

@ -861,9 +861,9 @@ FORCE_INLINE void _draw_status_message(const bool blink) {
#if HAS_PRINT_PROGRESS #if HAS_PRINT_PROGRESS
_draw_print_progress(); _draw_print_progress();
#else #else
#if HAS_FAN0
char c; char c;
int per; int per;
#if HAS_FAN0
if (blink) { if (blink) {
c = 'F'; c = 'F';
per = ((int(fan_speed[0]) + 1) * 100) / 256; per = ((int(fan_speed[0]) + 1) * 100) / 256;