Skip to content

Commit 735ff4a

Browse files
committed
🩹 No active extruder indicator with STATUS_HOTEND_NUMBERLESS
1 parent 4f2b727 commit 735ff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ FORCE_INLINE void _draw_centered_temp(const celsius_t temp, const uint8_t tx, co
323323

324324
} // PAGE_CONTAINS
325325

326-
#if HAS_MULTI_EXTRUDER && DISABLED(SLIM_LCD_MENUS)
326+
#if HAS_MULTI_EXTRUDER && NONE(SLIM_LCD_MENUS, STATUS_HOTEND_NUMBERLESS)
327327
if (active_extruder == heater_id)
328328
u8g.drawBitmapP(_MAX(0, STATUS_HOTEND_X(heater_id) - 6), STATUS_HEATERS_Y + 3, 1, 5, status_active_extruder_indicator_bmp);
329329
#endif

0 commit comments

Comments
 (0)