Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Update some SDSUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 4, 2023
1 parent 4e31fa6 commit 27e68a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/tft/ui_color_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ void MarlinUI::draw_status_screen() {

#if ENABLED(TOUCH_SCREEN)
add_control(MENU_ICON_X, MENU_ICON_Y, menu_main, imgSettings);
#if ENABLED(SDSUPPORT)
#if HAS_MEDIA
const bool cm = card.isMounted(), pa = printingIsActive();
if (cm && pa)
add_control(SDCARD_ICON_X, SDCARD_ICON_Y, STOP, imgCancel, true, COLOR_CONTROL_CANCEL);
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/sanguino/pins_MELZI_CREALITY_E2.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
//
#if ANY(CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)
#if ENABLED(CR10_STOCKDISPLAY)
#if ENABLED(SDSUPPORT)
#if HAS_MEDIA
#error "Cannot have SDSUPPORT with CR10_STOCKDISPLAY on this motherboard." // Hardware SDCARD SCK and MOSI pins are reallocated.
#endif
#define LCD_PINS_RS EXP1_07_PIN // ST9720 CS
Expand Down

0 comments on commit 27e68a6

Please sign in to comment.