Skip to content

Commit

Permalink
Fix SD autostart with no LCD
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 12, 2018
1 parent 39be096 commit 5af3575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15268,6 +15268,10 @@ void setup() {
enable_C();
enable_D();
#endif

#if ENABLED(SDSUPPORT) && DISABLED(ULTRA_LCD)
card.beginautostart();
#endif
}

/**
Expand Down

0 comments on commit 5af3575

Please sign in to comment.