Skip to content

Commit 27e68a6

Browse files
committed
πŸ§‘β€πŸ’» Update some SDSUPPORT
1 parent 4e31fa6 commit 27e68a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽMarlin/src/lcd/tft/ui_color_ui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ void MarlinUI::draw_status_screen() {
319319

320320
#if ENABLED(TOUCH_SCREEN)
321321
add_control(MENU_ICON_X, MENU_ICON_Y, menu_main, imgSettings);
322-
#if ENABLED(SDSUPPORT)
322+
#if HAS_MEDIA
323323
const bool cm = card.isMounted(), pa = printingIsActive();
324324
if (cm && pa)
325325
add_control(SDCARD_ICON_X, SDCARD_ICON_Y, STOP, imgCancel, true, COLOR_CONTROL_CANCEL);

β€ŽMarlin/src/pins/sanguino/pins_MELZI_CREALITY_E2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
//
5959
#if ANY(CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)
6060
#if ENABLED(CR10_STOCKDISPLAY)
61-
#if ENABLED(SDSUPPORT)
61+
#if HAS_MEDIA
6262
#error "Cannot have SDSUPPORT with CR10_STOCKDISPLAY on this motherboard." // Hardware SDCARD SCK and MOSI pins are reallocated.
6363
#endif
6464
#define LCD_PINS_RS EXP1_07_PIN // ST9720 CS

0 commit comments

Comments
Β (0)