|
@@ -235,13 +235,15 @@ FORCE_INLINE void _draw_centered_temp(const int16_t temp, const uint8_t tx, cons
|
235
|
235
|
UNUSED(blink);
|
236
|
236
|
#endif
|
237
|
237
|
|
238
|
|
- const bool isHeat = BED_ALT();
|
239
|
|
-
|
240
|
238
|
const uint8_t tx = STATUS_BED_TEXT_X;
|
241
|
239
|
|
242
|
240
|
const float temp = thermalManager.degBed(),
|
243
|
241
|
target = thermalManager.degTargetBed();
|
244
|
242
|
|
|
243
|
+ #if ENABLED(STATUS_HEAT_PERCENT) || (DO_DRAW_BED && DISABLED(STATUS_BED_ANIM))
|
|
244
|
+ const bool isHeat = BED_ALT();
|
|
245
|
+ #endif
|
|
246
|
+
|
245
|
247
|
#if DO_DRAW_BED && DISABLED(STATUS_BED_ANIM)
|
246
|
248
|
#define STATIC_BED true
|
247
|
249
|
#define BED_DOT isHeat
|