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
_draw_print_progress();
#else
char c;
int per;
#if HAS_FAN0
char c;
int per;
if (blink) {
c = 'F';
per = ((int(fan_speed[0]) + 1) * 100) / 256;