Followup to #12256
This commit is contained in:
parent
3eb9838dca
commit
2fb2e286ee
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue